yumeng 5 лет назад
Родитель
Сommit
b50a4cc59d

+ 0 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/controller/BatchController.java

@@ -935,8 +935,6 @@ public class BatchController {
     @PostMapping(value = "/batchUpdateCreativeStatus")
     public Result<JSONObject> batchUpdateCreativeStatus(@RequestBody JSONObject requestJson) {
         Result<JSONObject> result = new Result<>();
-
-
         try {
             Long accountId = requestJson.getLong("accountId");
             CtopOauthToken token = tokenService.getTokenByAccountId(accountId);

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouInterfaceServiceImpl.java

@@ -3065,7 +3065,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                         }
                     }
                 } else {
-                    log.error("获取地域列表失败");
+                    log.error("获取应用列表失败,返回信息:{}", resultJson);
                 }
             } else {
                 log.error("获取地域列表返回结果为空");