yumeng 2 سال پیش
والد
کامیت
93057de42f

+ 1 - 1
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/data/service/impl/AdUnitReportServiceImpl.java

@@ -82,7 +82,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
 
 
         String result = HttpUtils.httpPostRequest(postUrl + KuaishouConstant.AD_UNIT_LIST, param, headers);
-        System.err.println(result);
+       // System.err.println(result);
 
         JSONObject resultJson = JSONObject.parseObject(result);
         if (Check.isNull(resultJson)) {