yumeng 3 years ago
parent
commit
ca2c0bbc2f

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

@@ -573,7 +573,7 @@ public class CrossAccountBatchServiceImpl implements ICrossAccountBatchService {
                                 try {
                                     Thread.sleep(100);
                                     kuaishouInterfaceService.getCreativeByCreativeIds(accessToken, advertiserId, add_creative_ids);
-                                    createLandPageAndUnit(requestJson, add_creative_ids);
+                             //       createLandPageAndUnit(requestJson, add_creative_ids);
                                 } catch (InterruptedException e) {
                                     e.printStackTrace();
                                 }
@@ -592,7 +592,7 @@ public class CrossAccountBatchServiceImpl implements ICrossAccountBatchService {
                     if (code == 400001 && "/rest/openapi/v2/creative/create调用已超日限,次日可恢复调用".equals(resultJson.getString("message"))) {
                         overRunSendMessageService.creativeOverRunSendMessage(advertiserId, null);
                     }
-                    log.error("创建广告创意失败,advertiser_id:{},返回信息:{},入参:{}", advertiserId, resultJson, requestJson, count + 1);
+                    log.error("创建广告创意失败,advertiser_id:{},返回信息:{},入参:{},重试数:{}", advertiserId, resultJson, requestJson, count + 1);
                     retuenJson.put("code", -1);
                     retuenJson.put("message", resultJson.getString("message"));
                     retuenJson.put("accountId", requestJson.getLong("advertiser_id"));