pengzhibo168 vor 5 Jahren
Ursprung
Commit
fbf715f289
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)