|
@@ -990,8 +990,8 @@ class DevicePushService:
|
|
|
"""
|
|
|
try:
|
|
|
LOGGING.info(
|
|
|
- 'is_send_app_push函数参数打印:uid:{} event_type:{} event_tag:{} app_push_config:{} msg_interval:{}'.format(
|
|
|
- uid, event_type, event_tag, app_push_config, msg_interval))
|
|
|
+ 'is_send_app_push函数参数打印:uid:{},event_type:{},event_tag:{},msg_interval:{}'.format(
|
|
|
+ uid, event_type, event_tag, msg_interval))
|
|
|
if not app_push_config:
|
|
|
return True
|
|
|
|