|
@@ -82,7 +82,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
|
|
|
|
|
|
|
|
|
String result = HttpUtils.httpPostRequest(postUrl + KuaishouConstant.AD_UNIT_LIST, param, headers);
|
|
|
- System.err.println(result);
|
|
|
+ // System.err.println(result);
|
|
|
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
if (Check.isNull(resultJson)) {
|