pengzhibo168 5 년 전
부모
커밋
fdf4b7bf3a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Controller/DetectController.py

+ 1 - 0
Controller/DetectController.py

@@ -386,6 +386,7 @@ class NotificationView(View):
         push.notification = jpush.notification(android=android)
         push.platform = jpush.all_
         res = push.send()
+        print(1111111111111111)
         print(res)
         return res.status_code
         # try: