فهرست منبع

去除获取创意详细信息

yumeng 3 سال پیش
والد
کامیت
140aa91358

+ 2 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouInterfaceServiceImpl.java

@@ -2082,7 +2082,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                     JSONObject dataJson = resultJson.getJSONObject("data");
                     if (!Check.isNull(dataJson)) {
                         Long creativeId = dataJson.getLong("creative_id");
-                        Thread thread = new Thread() {
+                        /*Thread thread = new Thread() {
                             @Override
                             public void run() {
                                 try {
@@ -2099,7 +2099,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                             }
 
                         };
-                        thread.start();
+                        thread.start();*/
                         returnMap.put("code", 0);
                         returnMap.put("creativeId", creativeId);
                         returnMap.put("message", "success");