소스 검색

追加打印

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