ソースを参照

更新缺少代码

zhangdongming 1 年間 前
コミット
248d507c01
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Service/DevicePushService.py

+ 1 - 0
Service/DevicePushService.py

@@ -210,6 +210,7 @@ class DevicePushService:
                     params['lang'] = lang
                     params['tz'] = tz
                     params['push_type'] = push_type
+                    params['redis_obj'] = redis_obj
 
                     GlobalThreadPool().submit(cls.send_app_msg_push, **params)
                     # push_thread = threading.Thread(