diff --git a/docs/component/open-data.md b/docs/component/open-data.md index d59975f4f149b0c42db57d11590cc130db873e09..41ee70d4e5b5151dba1072f04b18abe1bfa114a1 100644 --- a/docs/component/open-data.md +++ b/docs/component/open-data.md @@ -4,21 +4,23 @@ **平台差异说明** -|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| -|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√|x| +|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|x|√|x|√|x|√| **Tips** -该功能为微信、百度、支付宝、头条等平台提供的开放能力。App端和H5端不涉及此概念。 +该功能为各小程序平台提供的开放能力。App端和H5端不涉及此概念。 + +支付宝和头条没有open-data组件,但提供了API方式获取相关信息。支付宝[参考](https://docs.alipay.com/mini/api/ch8chh)、头条[参考](https://developer.toutiao.com/docs/open/getUserInfo.html) **属性说明** |属性名|类型|默认值|说明|平台差异说明| |:-:|:-:|:-:|:-:|:-:| |type|String||开放数据类型|| -|open-gid|String||当 type="groupName" 时生效, 群id|微信小程序| -|lang|String|en|当 type="user*" 时生效,以哪种语言展示 userInfo,有效值有:en, zh_CN, zh_TW|微信小程序| +|open-gid|String||当 type="groupName" 时生效, 群id|微信小程序、QQ小程序| +|lang|String|en|当 type="user*" 时生效,以哪种语言展示 userInfo,有效值有:en, zh_CN, zh_TW|微信小程序、QQ小程序| **type 有效值** @@ -27,11 +29,11 @@ |userNickName|用户昵称|| |userAvatarUrl|用户头像|| |userGender|用户性别|| -|groupName|拉取群名称|微信小程序| -|userCity|用户所在城市|微信小程序| -|userProvince|用户所在省份|微信小程序| -|userCountry|用户所在国家|微信小程序| -|userLanguage|用户的语言|微信小程序| +|groupName|拉取群名称|微信小程序、QQ小程序| +|userCity|用户所在城市|微信小程序、QQ小程序| +|userProvince|用户所在省份|微信小程序、QQ小程序| +|userCountry|用户所在国家|微信小程序、QQ小程序| +|userLanguage|用户的语言|微信小程序、QQ小程序| **示例**