Explorar el Código

vivo添加详细信息

guanhailong hace 2 años
padre
commit
0bd656dfdb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Service/PushService.py

+ 1 - 1
Service/PushService.py

@@ -305,7 +305,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))