From 2c98c9e2a7a7c6f1cf068a0f7d2c1e745852fe5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Thu, 23 Sep 2021 16:20:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=89=A9=E5=B1=95uni-id=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1openid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/uniCloud/uni-id.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/uniCloud/uni-id.md b/docs/uniCloud/uni-id.md index 96c32189d..ce17a8114 100644 --- a/docs/uniCloud/uni-id.md +++ b/docs/uniCloud/uni-id.md @@ -2886,10 +2886,12 @@ const res = await uniID.forbidAppLogin({ **wx_openid字段定义** -| 字段 | 类型 | 必填 | 描述 | -| ------- | ------ | ---- | -------- | -| app-plus | String | 否 | app平台微信openid | -| mp-weixin| String | 否 | 微信小程序平台openid | +| 字段 | 类型 | 必填 | 描述 | +| ------- | ------| ---- | -------- | +| app-plus | String| 否 | app平台微信openid | +| mp-weixin | String| 否 | 微信小程序平台openid | +| h5-web | String| 否 | 微信网页应用openid | +| h5-weixin | String| 否 | 微信公众号应用openid | **realNameAuth 扩展字段定义** 该字段存储实名认证信息。 -- GitLab