diff --git a/androidPrivacy.json b/androidPrivacy.json index 12df862..0d726ca 100644 --- a/androidPrivacy.json +++ b/androidPrivacy.json @@ -1,3 +1,3 @@ { - "prompt": "template" + "prompt" : "template" } diff --git a/api/modules/user.ts b/api/modules/user.ts index 5cfb7eb..8aef89d 100644 --- a/api/modules/user.ts +++ b/api/modules/user.ts @@ -242,4 +242,15 @@ export async function getAgreement(id: string) { data: {id} }) return res +} + +/** + * 获取活动说明 + */ +export async function getActivityDescription() { + const res = await mainClient.request({ + url: 'common/bookBuyConfig/getRechargeActivity', + method: 'POST' + }) + return res } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8ca165c..dda432b 100644 --- a/manifest.json +++ b/manifest.json @@ -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" : {} + } + } } }, /* 快应用特有相关 */