yumeng 4 سال پیش
والد
کامیت
4d0ca8e3e9

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

@@ -314,7 +314,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
         param.put("page", page);
         param.put("page", page);
         String result = HttpUtils.httpPostRequest(url, param, headers);
         String result = HttpUtils.httpPostRequest(url, param, headers);
         JSONObject resultJson = JSONObject.parseObject(result);
         JSONObject resultJson = JSONObject.parseObject(result);
-        System.err.println(resultJson);
         Integer code = resultJson.getInteger("code");
         Integer code = resultJson.getInteger("code");
         String message = resultJson.getString("message");
         String message = resultJson.getString("message");
         if (null == code || code != 0) {
         if (null == code || code != 0) {