|
@@ -522,7 +522,7 @@ class PushObject:
|
|
|
'received_at': n_time, 'event_time': n_time, 'event_type': str(event_type), 'nickname': nickname,
|
|
|
'uid': uid, 'channel': channel, 'title': msg_title, 'body': msg_text
|
|
|
}
|
|
|
-
|
|
|
+ LOGGER.info('荣耀推送event_type:{}'.format(event_type))
|
|
|
# 一键通话通知推送
|
|
|
if int(event_type) in [606, 607]:
|
|
|
push_data = {
|