yumeng 4 lat temu
rodzic
commit
bc69f1dec2

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

@@ -3039,7 +3039,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
             requestJson.put("page", 1);
             requestJson.put("page_size", 500);
             String result = HttpUtils.kuaiShouhttpPostRequest(url, requestJson.toJSONString(), headers);
-            System.err.println(result);
             JSONObject resultJson = JSONObject.parseObject(result);
             if (!Check.isNull(resultJson)) {
                 Integer code = resultJson.getInteger("code");