小程序登录授权问题
登录报错"getUserInfo:fail scope unauthorized"
打开小程序直接执行 wx.login 登录 报错
打开小程序手动唤起授权弹窗,授权成功后执行登录 也报这个错
PS 昨天晚上之前一直正常。。啥都没改忽然报错
5 回复
已经出公告了的:
https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&announce_id=11524128456FDRhq&version=&lang=zh_CN
一、小程序
1、使用 button 组件,并将 open-type 指定为 getUserInfo 类型,获取用户基本信息。
详情参考文档:
https://developers.weixin.qq.com/miniprogram/dev/component/button.html
2、使用 open-data 展示用户基本信息。
详情参考文档:
https://developers.weixin.qq.com/miniprogram/dev/component/open-data.html