Browse Source

新增推送预留类型

zhangdongming 2 years ago
parent
commit
8c7c578652
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Controller/DetectControllerV2.py

+ 3 - 1
Controller/DetectControllerV2.py

@@ -326,7 +326,9 @@ class NotificationV2View(View):
                 1: 51,
                 2: 57,
                 4: 58,
-                8: 60
+                16: 59,
+                8: 60,
+                32: 61
             }
             event_val = event_dict.get(event_type, 0)
             # event_val == 0 没有匹配到单个值则认为组合类型