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

+ 1 - 1
Controller/DetectController.py

@@ -401,7 +401,7 @@ class NotificationView(View):
                                                    })
         print('fcm push ing')
         print(result)
-        return result.status_code
+        return result
 
     def do_apns(self, uid, channel, appBundleId, token_val, event_type, n_time, msg_title,
                 msg_text):