|
@@ -37,8 +37,11 @@ class HuaweiPushObject:
|
|
|
"""
|
|
|
LOGGER.info(
|
|
|
'华为推送参数: '
|
|
|
- 'uid:{}, token_val:{}, msg_title:{}, msg_text:{}, image_url:{}, event_type:{}, n_time:{}, channel:{}'.
|
|
|
- format(uid, token_val, msg_title, msg_text, image_url, event_type, n_time, channel))
|
|
|
+ 'uid:{}, token_val:{}, msg_title:{}, msg_text:{}, image_url:{}, event_type:{}, n_time:{}, channel:{}'
|
|
|
+ 'app_id:{}, app_secret:{}'.
|
|
|
+ format(
|
|
|
+ uid, token_val, msg_title, msg_text, image_url, event_type, n_time, channel,
|
|
|
+ self.app_id, self.app_secret))
|
|
|
|
|
|
send_succeed = self.send_notify_message(msg_title, msg_text, image_url, uid, nickname,
|
|
|
event_type, n_time, token_val, channel)
|