Browse Source

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

linhaohong 9 tháng trước cách đây
mục cha
commit
69092431dc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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服务器通知异常:{}'.