|
@@ -2945,7 +2945,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
}
|
|
|
String result = HttpUtils.httpPostRequest(url, param, headers);
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
- System.out.println(resultJson.toJSONString());
|
|
|
+// System.out.println(resultJson.toJSONString());
|
|
|
if (Check.isNull(resultJson)) {
|
|
|
return;
|
|
|
}
|