浏览代码

去除测试日志

zhaoxian 2 年之前
父节点
当前提交
0f9809d246

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

@@ -987,8 +987,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
             headers.put("Content-Type", " application/json");
             String result = HttpUtils.kuaiShouhttpPostRequest(url, requestJson.toJSONString(), headers);
             JSONObject resultJson = JSONObject.parseObject(result);
-            System.out.println("入参:"+requestJson.toJSONString());
-            System.out.println("返回:"+resultJson);
             log.info("【快手】建组返回,accountId:{},---结果:{}", advertiserId, resultJson);
             if (!Check.isNull(resultJson)) {
                 Integer code = resultJson.getInteger("code");
@@ -2179,8 +2177,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
             header.put("Access-Token", accessToken);
             String result = HttpUtils.kuaiShouhttpPostRequest(url, requestJson.toJSONString(), header);
             JSONObject resultJson = JSONObject.parseObject(result);
-            System.out.println("创意入参:"+requestJson.toJSONString());
-            System.out.println("创意返回:"+resultJson);
             log.info("【快手】建创意返回,accountId:{},---结果:{}", advertiserId, resultJson);
             if (!Check.isNull(resultJson)) {
                 Integer code = resultJson.getInteger("code");