@@ -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不存在")
# 实例化订阅类
@@ -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
)