0
点赞
收藏
分享

微信扫一扫

微信小程序不授权的情况下获取头像昵称

SPEIKE 2022-07-14 阅读 104

文档地址:​​https://developers.weixin.qq.com/miniprogram/dev/component/open-data.html​​






<open-data type="userAvatarUrl"></open-data> //头像
<open-data type="userNickName"></open-data> //昵称


<open-data type="userNickName"></open-data>
<open-data type="userAvatarUrl"></open-data>
<open-data type="userGender"></open-data>
```

举报

相关推荐

0 条评论