Browse Source

素材池定时去除日志

zhaoxian 4 years ago
parent
commit
882067d1c2

+ 2 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouGroupServiceImpl.java

@@ -183,6 +183,8 @@ public class KuaiShouGroupServiceImpl extends ServiceImpl<KuaiShouGroupMapper, K
             log.error("获取广告组接口异常,advertiserId:{}", accountId);
             return;
         }
+        System.out.println("入参:"+param.toJSONString());
+        System.out.println("返回结果:"+resultJson.toJSONString());
         Integer code = resultJson.getInteger("code");
         if (null == code || code != 0) {
             log.error("获取广告组返回结果异常,advertiserId:{},异常信息:{}", accountId, resultJson);