@@ -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服务器通知异常:{}'.