活动说明接口
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"prompt": "template"
|
||||
"prompt" : "template"
|
||||
}
|
||||
|
||||
@@ -242,4 +242,15 @@ export async function getAgreement(id: string) {
|
||||
data: {id}
|
||||
})
|
||||
return res
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取活动说明
|
||||
*/
|
||||
export async function getActivityDescription() {
|
||||
const res = await mainClient.request<IApiResponse>({
|
||||
url: 'common/bookBuyConfig/getRechargeActivity',
|
||||
method: 'POST'
|
||||
})
|
||||
return res
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name" : "Amazing Limited",
|
||||
"name" : "com.amazinglimited",
|
||||
"appid" : "__UNI__1250B39",
|
||||
"description" : "Amazing Limited",
|
||||
"versionName" : "1.0.2",
|
||||
@@ -99,6 +99,22 @@
|
||||
"splashscreen" : {
|
||||
"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" : {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
/* 快应用特有相关 */
|
||||
|
||||
Reference in New Issue
Block a user