Browse Source

苹果内购认证交易app_type

linhaohong 9 months ago
parent
commit
24c9acf024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/InAppPurchaseController.py

+ 1 - 1
Controller/InAppPurchaseController.py

@@ -82,7 +82,7 @@ class InAppPurchaseView(View):
         uid = request_dict.get('uid', None)
         uid = request_dict.get('uid', None)
         lang = request_dict.get('lang', 'en')
         lang = request_dict.get('lang', 'en')
         channel = request_dict.get('channel', None)
         channel = request_dict.get('channel', None)
-        app_type = request_dict.get('appType', 1)
+        app_type = request_dict.get('app_type', 1)
 
 
         logger.info(
         logger.info(
             f"苹果内购认证交易订单orderID:{order_id},"
             f"苹果内购认证交易订单orderID:{order_id},"