chenjunkai hace 6 años
padre
commit
3685929b86
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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()