From bb7a59fd66f33414b94f995534165d68279f84b8 Mon Sep 17 00:00:00 2001 From: handongxun Date: Wed, 24 Aug 2022 15:30:34 +0800 Subject: [PATCH] =?UTF-8?q?uni-open-bridge:=20=E8=A1=A5=E5=85=85=20uni-id-?= =?UTF-8?q?config=20=E9=85=8D=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/uniCloud/uni-open-bridge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uniCloud/uni-open-bridge.md b/docs/uniCloud/uni-open-bridge.md index 8b0ff75d4..267370f52 100644 --- a/docs/uniCloud/uni-open-bridge.md +++ b/docs/uniCloud/uni-open-bridge.md @@ -242,7 +242,7 @@ } ``` -- 在 `weixin-mp`、`weixin-h5` 平台,通过调用 [uni-open-bridge-common](#uni-open-bridge-common) 的方法可自动从微信服务器获取 [access_token](#access_token)、[encrypt_key](#encrypt_key)、[user_access_token](#user_access_token)、[ticket](#ticket) 时需要用到配置文件中的 `appid`、`appsecret` +- 在 `weixin-mp`、`weixin-h5` 平台,通过调用 [uni-open-bridge-common](#uni-open-bridge-common) 的get相关方法可自动从微信服务器获取 [access_token](#access_token)、[encrypt_key](#encrypt_key)、[ticket](#ticket) 时需要用到配置文件中的 `appid`、`appsecret` - 暂时不需要配置 `weixin-web`、`weixin-app`、`qq-mp`、`qq-app`,后续支持这些平台时需要再次补充配置,但仍然可通过调用 [uni-open-bridge-common](#uni-open-bridge-common) 的方法传入设置值 -- GitLab