locky пре 2 година
родитељ
комит
8309926817
1 измењених фајлова са 1 додато и 1 уклоњено
  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)))