chenjunkai 6 vuotta sitten
vanhempi
commit
3685929b86
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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()