Przeglądaj źródła

修改日志打印

yumeng 2 lat temu
rodzic
commit
82067b821d

+ 0 - 1
ruixuan-live/src/main/java/com/ruixuan/jinniu/service/impl/KuaishouAgentAccountListServiceImpl.java

@@ -129,7 +129,6 @@ public class KuaishouAgentAccountListServiceImpl implements IKuaishouAgentAccoun
         map.put("Cookie", cookie);
         map.put("Content-Type:", "application/json");
         String s = HttpUtil.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("获取代理商账户列表返回数据为空");