yumeng 2 gadi atpakaļ
vecāks
revīzija
396afad7da

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

@@ -67,7 +67,6 @@ public class KuaishouAgentAccountListServiceImpl implements IKuaishouAgentAccoun
         map.put("Cookie", cookie);
         map.put("Content-Type:", "application/json");
         String s = HttpUtils.httpPostRequest("https://jinfu.e.kuaishou.com/rest/dsp/agent/account/list", requestJson, map);
-        System.err.println(s);
         JSONObject jsonObject = JSONObject.parseObject(s);
         if (Check.isNull(jsonObject)) {
             log.error("获取代理商账户列表返回数据为空");