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