pengzhibo168 5 yıl önce
ebeveyn
işleme
fbf715f289
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)