Browse Source

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

linhaohong 1 year ago
parent
commit
474e5f2081
1 changed files with 0 additions and 4 deletions
  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)