Browse Source

快手规则更改

zhangyong 1 year ago
parent
commit
fed1e4a711
1 changed files with 3 additions and 3 deletions
  1. 3 3
      kuaishou/kuaishou_author/kuaishou_author_scheduling_new.py

+ 3 - 3
kuaishou/kuaishou_author/kuaishou_author_scheduling_new.py

@@ -100,19 +100,19 @@ class KuaishouauthorScheduling:
                 if flag == "V1":
                     rule_dict = {
                         "play_cnt": {"min": 10000, "max": 0},
-                        'period': {"min": 90, "max": 0},
+                        'period': {"min": 15, "max": 0},
                     }
                     special = 0.01
                 elif flag == "V2":
                     rule_dict = {
                         "play_cnt": {"min": 2000, "max": 0},
-                        'period': {"min": 90, "max": 0},
+                        'period': {"min": 15, "max": 0},
                     }
                     special = 0.01
                 elif flag == "V3":
                     rule_dict = {
                         "play_cnt": {"min": 100, "max": 0},
-                        'period': {"min": 90, "max": 0},
+                        'period': {"min": 15, "max": 0},
                     }
                     special = 0.01
             else: