From edb50cb0dc65061d5ce9f8d4ff26fcee12b09eee Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期六, 19 七月 2025 15:07:01 +0800
Subject: [PATCH] 调接口

---
 small-program/manifest.json |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/small-program/manifest.json b/small-program/manifest.json
index d7a52b5..c5a80fd 100644
--- a/small-program/manifest.json
+++ b/small-program/manifest.json
@@ -5,7 +5,7 @@
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,
-	"sassImplementationName": "node-sass",
+    "sassImplementationName" : "node-sass",
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
         "usingComponents" : true,
@@ -58,10 +58,17 @@
             "postcss" : true,
             "minified" : true
         },
-        "usingComponents" : true
+        "usingComponents" : true,
+		"requiredPrivateInfos": ["getLocation", "chooseLocation"],
+		    "permission": {
+				"scope.userLocation": {
+					"desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅鏈嶅姟"
+			}
+		}
     },
     "mp-alipay" : {
-        "usingComponents" : true
+        "usingComponents" : true,
+        "appid" : "wxcd2b89fd2ff065f8"
     },
     "mp-baidu" : {
         "usingComponents" : true

--
Gitblit v1.9.3