Bladeren bron

修改内购AppStoreServerAPIClient实例化所需参数

linhaohong 10 maanden geleden
bovenliggende
commit
1ea3f4b078
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      Controller/InAppPurchaseController.py
  2. 1 1
      Object/AppleInAppPurchaseSubscriptionObject.py

+ 1 - 1
Controller/InAppPurchaseController.py

@@ -91,7 +91,7 @@ class InAppPurchaseView(View):
             if app_type == 1:
                 bundle_id = "com.ansjer.zccloud"
             elif app_type == 2:
-                bundle_id = "com.cloudlife.commissionf"
+                bundle_id = "com.ansjer.zccloud"
             else:
                 return response.json(444, "app_type不存在")
             # 实例化订阅类

+ 1 - 1
Object/AppleInAppPurchaseSubscriptionObject.py

@@ -83,7 +83,7 @@ class InAppPurchase:
             root_certificates,
             enable_online_checks,
             self.config.environment,
-            self.config.app_apple_id,
+            self.bundle_id,
             app_apple_id
         )