浏览代码

追加打印

peng 2 年之前
父节点
当前提交
87c56f305b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Service/DevicePushService.py

+ 1 - 0
Service/DevicePushService.py

@@ -479,6 +479,7 @@ class DevicePushService:
         push.notification = jpush.notification(android=android)
         push.platform = jpush.all_
         res = push.send()
+        LOGGING.info('{}极光推送响应:{}'.format(uid, res))
         print(res)
         return res.status_code