Explorar o código

更改App Store服务器通知 测试状态处理

linhaohong hai 1 ano
pai
achega
474e5f2081
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      Controller/InAppPurchaseController.py

+ 0 - 4
Controller/InAppPurchaseController.py

@@ -455,10 +455,6 @@ class InAppPurchaseView(View):
                 # 没有子类型的通知表示订阅因其他原因过期。
                 pass
 
-            elif str(decoded_payload.rawNotificationType) == "TEST":
-                # 测试接口
-                pass
-
             else:
                 logger.info(f"App Store服务器通知decoded_payload.rawNotificationType 未处理")
                 return HttpResponse(status=500)