Ver Fonte

补全华为推图参数

locky há 2 anos atrás
pai
commit
8309926817
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -595,7 +595,7 @@ class DevicePushService:
             elif push_type == 3:
                 huawei_push_object = HuaweiPushObject()
                 huawei_push_object.send_push_notify_message(token_val=token_val, msg_title=msg_title, msg_text=msg_text,
-                                                            image_url=image_url)
+                                                            image_url=image_url, uid=uid, event_type=event_type, n_time=n_time)
 
         except Exception as e:
             LOGGING.info('异常详情,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))