From 6e06f1a23ed522f6c8bfcd8003d177d69af2760e Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Sat, 21 Mar 2026 15:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f6ba06b..d83c745 100644 --- a/manifest.json +++ b/manifest.json @@ -107,7 +107,10 @@ }, "scope.writePhotosAlbum" : { "desc" : "你的图片将保存到手机相册" - } + }, + "scope.writePhoneNumber": { + "desc": "你的手机号码将用于账号安全及订单通知" + } }, "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ] },