活动说明接口

This commit is contained in:
2025-11-25 17:26:13 +08:00
parent 875e85d29d
commit c444c03400
3 changed files with 29 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
{ {
"prompt": "template" "prompt" : "template"
} }

View File

@@ -242,4 +242,15 @@ export async function getAgreement(id: string) {
data: {id} data: {id}
}) })
return res return res
}
/**
* 获取活动说明
*/
export async function getActivityDescription() {
const res = await mainClient.request<IApiResponse>({
url: 'common/bookBuyConfig/getRechargeActivity',
method: 'POST'
})
return res
} }

View File

@@ -1,5 +1,5 @@
{ {
"name" : "Amazing Limited", "name" : "com.amazinglimited",
"appid" : "__UNI__1250B39", "appid" : "__UNI__1250B39",
"description" : "Amazing Limited", "description" : "Amazing Limited",
"versionName" : "1.0.2", "versionName" : "1.0.2",
@@ -99,6 +99,22 @@
"splashscreen" : { "splashscreen" : {
"useOriginalMsgbox" : true "useOriginalMsgbox" : true
} }
},
"nativePlugins" : {
"sn-googlepay5" : {
"__plugin_info__" : {
"name" : "安卓 google pay v7 v8插件",
"description" : "安卓 google pay v7,v8支付(内购,订阅,更改订阅)插件",
"platforms" : "Android",
"url" : "https://ext.dcloud.net.cn/plugin?id=12608",
"android_package_name" : "com.amazinglimited",
"ios_bundle_id" : "",
"isCloud" : true,
"bought" : 1,
"pid" : "12608",
"parameters" : {}
}
}
} }
}, },
/* */ /* */