|
@@ -108,9 +108,7 @@ public class ByteDanceAdvertiserDataServiceImpl implements IByteDanceAdvertiserD
|
|
param.put("page", pageNum);
|
|
param.put("page", pageNum);
|
|
param.put("page_size", 100);
|
|
param.put("page_size", 100);
|
|
param.put("filtering", filtering);
|
|
param.put("filtering", filtering);
|
|
- log.info("查询广告计划信息参数:{}", param.toJSONString());
|
|
|
|
JSONObject resultObject = HttpUtils.bytedanceGetRequest(token.getAccessToken(), url, param);
|
|
JSONObject resultObject = HttpUtils.bytedanceGetRequest(token.getAccessToken(), url, param);
|
|
- log.info("获取公告计划信息返回数据:{}", resultObject.toJSONString());
|
|
|
|
Integer code = resultObject.getInteger("code");
|
|
Integer code = resultObject.getInteger("code");
|
|
if (null == code || !code.equals(0)) {
|
|
if (null == code || !code.equals(0)) {
|
|
log.error("获取广告计划信息接口异常==》accountId:{},message:{}", accountId, resultObject.getString("message"));
|
|
log.error("获取广告计划信息接口异常==》accountId:{},message:{}", accountId, resultObject.getString("message"));
|