|
@@ -87,7 +87,7 @@ public class AiStrategyServiceImpl implements IAiStrategyService {
|
|
// {'highQualityMaterial':{'days':7, 'num':5},'newMaterialNum':5}
|
|
// {'highQualityMaterial':{'days':7, 'num':5},'newMaterialNum':5}
|
|
// TODO 更新该账户下的 ctop_kuaishou_video_get 数据
|
|
// TODO 更新该账户下的 ctop_kuaishou_video_get 数据
|
|
|
|
|
|
- kuaishouInterfaceService.getSuZaoList(token.getAccessToken(),accountId,1,DateUtils.date2Str(),DateUtils.date2Str());
|
|
|
|
|
|
+ kuaishouInterfaceService.getVideoList(token,DateUtils.date2Str(),DateUtils.date2Str());
|
|
|
|
|
|
JSONObject MaterialSelectMethod = JSONObject.parseObject(strategyTemplate.getMaterialSelectMethod());
|
|
JSONObject MaterialSelectMethod = JSONObject.parseObject(strategyTemplate.getMaterialSelectMethod());
|
|
List<KuaiShouVideoGet> newVideos = new ArrayList<KuaiShouVideoGet>();
|
|
List<KuaiShouVideoGet> newVideos = new ArrayList<KuaiShouVideoGet>();
|