From defffd8f90b93d62afc27783549cf4223687d114 Mon Sep 17 00:00:00 2001 From: hanshang <77528395@qq.com> Date: Fri, 24 Jun 2022 14:09:44 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/uniCloud/uni-id-pages.md.=20##=20?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=99=BB=E5=BD=95=20/=20##=20=E8=8B=B9?= =?UTF-8?q?=E6=9E=9C=E7=99=BB=E5=BD=95=20-=20uni-id=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=9A`uni-id=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6`=20-->=20`?= =?UTF-8?q?app-plus`=20-->=20`oauth`=20-->=20`apple`=20=E5=A1=AB=E5=86=99`?= =?UTF-8?q?bundleId`=E3=80=82=20->=20-=20uni-id=E9=85=8D=E7=BD=AE=EF=BC=9A?= =?UTF-8?q?`uni-id=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6`=20-->=20`app`=20--?= =?UTF-8?q?>=20`oauth`=20-->=20`apple`=20=E5=A1=AB=E5=86=99`bundleId`?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/uniCloud/uni-id-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/uniCloud/uni-id-pages.md b/docs/uniCloud/uni-id-pages.md index f3385a92d..22969e9ec 100644 --- a/docs/uniCloud/uni-id-pages.md +++ b/docs/uniCloud/uni-id-pages.md @@ -1368,11 +1368,11 @@ await uniIdCo.setAuthorizedApp({ - 微信 appid 申请步骤:[https://ask.dcloud.net.cn/article/208](https://ask.dcloud.net.cn/article/208)。 - iOS平台微信SDK配置通用链接:[https://uniapp.dcloud.io/api/plugins/universal-links.html](https://uniapp.dcloud.io/api/plugins/universal-links.html)。 - 模块配置:`manifest.json` --> `App模块配置` --> `OAuth(登录鉴权)` --> `勾选微信登录` --> 填写`appid`、`appsecret`、`ios平台通用链接`。 -- uni-id配置:`uni-id配置文件` --> `app-plus` --> `oauth` --> `weixin`,填写`appid`、`appsecret` +- uni-id配置:`uni-id配置文件` --> `app` --> `oauth` --> `weixin`,填写`appid`、`appsecret` ## 苹果登录集成指南 - 模块配置:`manifest.json` --> `App模块配置` --> OAuth(登录鉴权)勾选`苹果登录`,[IOS苹果授权登录参考文档](https://ask.dcloud.net.cn/article/36651)。如不发布到Appstore,不需要配置此项 -- uni-id配置:`uni-id配置文件` --> `app-plus` --> `oauth` --> `apple` 填写`bundleId`。 +- uni-id配置:`uni-id配置文件` --> `app` --> `oauth` --> `apple` 填写`bundleId`。 - 关联域配置:`manifest.json` --> `App常用其他设置` --> `iOS设置` --> `关联域(Associated Domains)` 填写配置 [参考教程](https://ask.dcloud.net.cn/article/36393)。如不发布到Appstore,不需要配置此项 ## 短信验证码 -- GitLab