|
@@ -17,8 +17,8 @@ class HuaweiPushObject:
|
|
|
"""init sdk app"""
|
|
|
push_admin.initialize_app(self.app_id, self.app_secret)
|
|
|
|
|
|
- def send_push_notify_message(self, token_val, msg_title, msg_text, uid, channel, n_time, event_type, app_bundle_id,
|
|
|
- image_url=None):
|
|
|
+ def send_push_notify_message(self, token_val, msg_title, msg_text, uid='', channel='', n_time='', event_type='',
|
|
|
+ app_bundle_id='', image_url=None):
|
|
|
"""
|
|
|
发送推送消息
|
|
|
@param token_val: 手机推送token
|