Forráskód Böngészése

补全华为推图参数

locky 2 éve
szülő
commit
8309926817
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)))