|
@@ -60,7 +60,7 @@ public class KuaishouMaterialVideoReportDailyServiceImpl extends ServiceImpl<Kua
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
JSONArray details = resultJson.getJSONArray("details");
|
|
|
if (null == details || details.size() <= 0) {
|
|
|
- log.error("快手视频日报返回详情为空,accountId:{}", advertiserId);
|
|
|
+ log.error("快手视频日报返回详情为空,accountId:{},返还:{}", advertiserId,resultJson);
|
|
|
return;
|
|
|
}
|
|
|
Boolean toGet = true;
|