chenjunkai 6 năm trước cách đây
mục cha
commit
21d5f5862c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/Test.py

+ 1 - 1
Controller/Test.py

@@ -39,7 +39,7 @@ class Test(View):
         #         'msg': 'data is not exist'})
         test_push_type = request_dict.get('test_push_type')
         if test_push_type == 'jpush':
-            return self.jgPush(request_dict)
+            return self.jgPush(request)
         return self.do_fcm_push(request)
         return self.do_gcm_push(request)
         return self.do_alipay_query_status()