浏览代码

修改 调用获取历史视频接口时,关联的最大创意个数 200=》50
修改 客户策略表中过滤新增加的不必要的数据字段

syh 4 年之前
父节点
当前提交
c2fa3ed573
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/ConstantConfig.py

+ 1 - 1
utils/ConstantConfig.py

@@ -35,7 +35,7 @@ if os_env_code_status == 'dev':
     # 多应用的上新视频个数-- 程序化组个数的上限是60个,上新的分30个组
     multi_app_id_programme_new_video_cnt = 30
     # 调用获取历史视频接口时,关联的最大创意个数
-    related_creative_max_cnt = 200
+    related_creative_max_cnt = 50
 
 else:
     print("生产环境的 常量信息!")