From c444c0340028f9a972a2e1349b52653d85520a7d Mon Sep 17 00:00:00 2001 From: "MS-ENEXEYCSUEKE\\Administrator" <2577131060@qq.com> Date: Tue, 25 Nov 2025 17:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E8=AF=B4=E6=98=8E=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- androidPrivacy.json | 2 +- api/modules/user.ts | 11 +++++++++++ manifest.json | 18 +++++++++++++++++- 3 files changed, 29 insertions(+), 2 deletions(-) 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" : {} + } + } } }, /* 快应用特有相关 */