Parcourir la source

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

linhaohong il y a 10 mois
Parent
commit
69092431dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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服务器通知异常:{}'.