|
|
@@ -68,7 +68,6 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
|
|
|
|
|
|
Map<String, String> headers = new HashMap<>();
|
|
|
headers.put("Access-Token", accessToken);
|
|
|
- headers.put("Content-Type", "application/json");
|
|
|
Map<String, Object> param = new HashMap<>();
|
|
|
param.put("advertiser_id", advertiserId);
|
|
|
|
|
|
@@ -83,6 +82,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
|
|
|
|
|
|
|
|
|
String result = HttpUtils.httpPostRequest(postUrl + KuaishouConstant.AD_UNIT_LIST, param, headers);
|
|
|
+ System.err.println(result);
|
|
|
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
if (Check.isNull(resultJson)) {
|