Browse Source

add VIDEO_DATA_LIST_AB_EXP_CODE_MAPPING: 096,097,098,099,100

liqian 2 years ago
parent
commit
aec5775724
1 changed files with 5 additions and 0 deletions
  1. 5 0
      config.py

+ 5 - 0
config.py

@@ -437,6 +437,11 @@ class BaseConfig(object):
         "089": {"app_type": 19, "data_key": "data2", "rule_key": "rule3"},
         "090": {"app_type": 19, "data_key": "data3", "rule_key": "rule3"},
         "095": {"app_type": 0, "data_key": "data1", "rule_key": "rule4"},
+        "096": {"app_type": 4, "data_key": "data2", "rule_key": "rule3"},
+        "097": {"app_type": 4, "data_key": "data3", "rule_key": "rule3"},
+        "098": {"app_type": 6, "data_key": "data2", "rule_key": "rule3"},
+        "099": {"app_type": 6, "data_key": "data3", "rule_key": "rule3"},
+        "100": {"app_type": 18, "data_key": "data2", "rule_key": "rule3"},
     }
     REGION_CODE = {
         '北京': '110000', '天津': '120000', '河北省': '130000', '山西省': '140000', '内蒙古': '150000',