getUserInfo, 是否不再用wx.authorize而用button授权
1、请问getUserInfo获取用户信息接口,是否不再采用
wx.authorize({scope: 'scope.userInfo'进行授权了,而是直接采用button方式授权
<button open-type=“getUserInfo” bindgetuserinfo=“bindGetUserInfo”></button>
2、https://developers.weixin.qq.com/miniprogram/dev/api/open.html#wxgetuserinfoobject
教程中有错误