|
@@ -1212,7 +1212,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
headers.put("Content-Type", "application/json");
|
|
|
|
|
|
String result = HttpUtils.kuaiShouhttpPostRequest(url, param.toJSONString(), headers);
|
|
|
- System.out.println(result);
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
if (Check.isNull(resultJson)) {
|
|
|
log.error("获取广告组接口异常,advertiserId:{}", token.getAccountId());
|