فهرست منبع

自动投放账户重构——初版

zhaoxian 4 سال پیش
والد
کامیت
37245c2166

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/AiKuaishouAccountAutoDoServiceImpl.java

@@ -382,7 +382,7 @@ public class AiKuaishouAccountAutoDoServiceImpl implements IAiKuaishouAccountAut
                     List<JSONObject> list = channelService.queryGroupChannel(accountId, appName, newVideos);
                 }*/
 
-                //3、在计划中新增广告组,一个素材搭配n张封面,组成一个广告组
+
                 for (AiKuaishouAccountAutoVideo videoItem : newVideos) {
                     Boolean unitOverrun = getUnitOverrun(accountId);
                     if (unitOverrun) {