|
@@ -595,10 +595,10 @@ 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, uid=uid, event_type=event_type, n_time=n_time)
|
|
|
-
|
|
|
+ uid=uid, event_type=event_type, n_time=n_time,
|
|
|
+ image_url=image_url)
|
|
|
except Exception as e:
|
|
|
- LOGGING.info('异常详情,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))
|
|
|
+ LOGGING.info('图片推送异常,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))
|
|
|
|
|
|
@staticmethod
|
|
|
def get_push_url(**params):
|