|
|
@@ -62,7 +62,7 @@ public class KuaishouVideoListServiceImpl extends ServiceImpl<KuaishouVideoListM
|
|
|
}
|
|
|
JSONArray details = resultJson.getJSONObject("data").getJSONArray("details");
|
|
|
if (null == details || details.size() <= 0) {
|
|
|
- log.info("快手视频列表信息为空=》accountId:{}", accessToken);
|
|
|
+ log.info("快手视频列表信息为空=》accountId:{}", advertiserId);
|
|
|
return;
|
|
|
}
|
|
|
Boolean toGet = true;
|