فهرست منبع

苹果内购, App Store服务器通修改未处理类型返回值

linhaohong 9 ماه پیش
والد
کامیت
69092431dc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Controller/InAppPurchaseController.py

+ 1 - 1
Controller/InAppPurchaseController.py

@@ -715,7 +715,7 @@ class InAppPurchaseView(View):
 
             else:
                 logger.info(f"App Store服务器通知decoded_payload.rawNotificationType 未处理")
-                return HttpResponse(status=500)
+                return HttpResponse(status=200)
 
         except Exception as e:
             logger.info('App Store服务器通知异常:{}'.