浏览代码

test_push

chenjunkai 6 年之前
父节点
当前提交
3685929b86
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Controller/Test.py

+ 2 - 0
Controller/Test.py

@@ -42,6 +42,8 @@ class Test(View):
             return self.jgPush(request)
         elif test_push_type == 'fcm':
             return self.do_fcm_push(request)
+        elif test_push_type == 'apns':
+            return self.do_apns(request.GET)
         return self.do_gcm_push(request)
         return self.do_alipay_query_status()