Explorar o código

优化算法类型标签顺序问题

zhangdongming %!s(int64=2) %!d(string=hai) anos
pai
achega
e9879d3dae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -200,7 +200,7 @@ class DevicePushService:
         """
         try:
             types = []
-            combo_types = [51, 57, 58, 59, 60, 61,
+            combo_types = [51, 57, 58, 60, 59, 61,
                            62, 63, 64, 65, 66]
             event_type = str(event_type)
             len_type = len(event_type)