|
@@ -126,7 +126,6 @@ public class RuleKuaiShouPlanServiceImpl extends ServiceImpl<RuleDatePlanKuaisho
|
|
|
headers.put("Content-Type", "application/json");
|
|
|
|
|
|
String result = HttpUtils.kuaiShouhttpPostRequest("https://ad.e.kuaishou.com/rest/openapi/v1/ad_unit/list", param.toJSONString(), headers);
|
|
|
- System.err.println(result);
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
if (Check.isNull(resultJson)) {
|
|
|
XxlJobHelper.log("获取定向信息接口异常,advertiserId:{}", accountId);
|