Преглед изворни кода

Merge branch 'test' of http://192.168.136.99:3000/servers/ASJPush into peng

peng пре 2 година
родитељ
комит
93a5c76cb6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Service/PushService.py

+ 1 - 1
Service/PushService.py

@@ -315,7 +315,7 @@ class PushObject:
                 .client_custom_map(**push_data) \
                 .message_dict()
             rec = sender_send.send(message)
-            logger.info('vivo推送结果:{}'.format(rec))
+            logger.info('vivo推送结果:{}, regId{}, 设备uid:{}, 用户昵称:{}'.format(rec, token_val, uid, nickname))
             return rec
         except Exception as e:
             logger.info('vivo推送异常:{}'.format(e))