|
|
@@ -112,7 +112,7 @@ public class KuaishouUnitAudienceAgeReportDailyServiceImpl extends ServiceImpl<K
|
|
|
JSONArray details = data.getJSONArray("details");
|
|
|
int pageLength = details.size();
|
|
|
if (Check.isNull(details) || details.isEmpty()) {
|
|
|
- log.error("组级快手人群报表返回详情为空,入参:{},返回结果---> {}", requestJson.toJSONString(),resultJson.toJSONString());
|
|
|
+ log.error("------快手组级人群报表返回为空,accountId:{},结果---> {}", accountId,resultJson.toJSONString());
|
|
|
return;
|
|
|
}
|
|
|
List<KuaishouUnitAudienceProvinceReportDaily> provinceList = new ArrayList<>();
|
|
|
@@ -164,7 +164,7 @@ public class KuaishouUnitAudienceAgeReportDailyServiceImpl extends ServiceImpl<K
|
|
|
Thread.sleep(5000);
|
|
|
crowdAnalysisReport(accountId, token, date, campaignIds, unitIds, reportDims, page);
|
|
|
} else {
|
|
|
- log.error("查询组级人群报表失败:入参:{},返回信息:{}", requestJson.toJSONString(), resultJson.toJSONString());
|
|
|
+ log.error("快手组级人群报表查询失败:入参:{},返回信息:{}", requestJson.toJSONString(), resultJson.toJSONString());
|
|
|
}
|
|
|
}
|
|
|
}
|