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