pengzhibo168 il y a 5 ans
Parent
commit
fbf715f289
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Controller/DetectController.py

+ 1 - 1
Controller/DetectController.py

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