Browse Source

IAP苹果内购 -- App Store服务器通知 修改参数

linhaohong 1 year ago
parent
commit
3af31f09ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/InAppPurchaseController.py

+ 1 - 1
Controller/InAppPurchaseController.py

@@ -43,7 +43,7 @@ class InAppPurchaseView(View):
 
 
     def validation(self, request_dict, request, operation):
     def validation(self, request_dict, request, operation):
         if operation == 'AppStoreServerNotifications':  # App Store服务器通知
         if operation == 'AppStoreServerNotifications':  # App Store服务器通知
-            return self.app_store_server_notifications(request_dict)
+            return self.app_store_server_notifications(request)
         token_code, user_id, response = CommonService.verify_token_get_user_id(request_dict, request)
         token_code, user_id, response = CommonService.verify_token_get_user_id(request_dict, request)
         if token_code != 0:
         if token_code != 0:
             return response.json(token_code)
             return response.json(token_code)