@@ -65,7 +65,6 @@ public class KuaiShouDailyAgentServiceImpl extends ServiceImpl<KuaiShouDailyAgen
String result = HttpUtils.kuaiShouhttpPostRequest(url, param.toJSONString(), headers);
JSONObject resultJson = JSONObject.parseObject(result);
- System.err.println(resultJson);
if (Check.isNull(resultJson)) {
log.info("代理商数据返回为空");
return;