伊比用户
在用过了伊比登陆功能后还可以使用伊比用户功能,以获取已登陆用户信息。
yippiUser()
登陆时,scopes
内需含有user-info
如: scopes: ['user-info']
功能名:yippiUser
无参数:
用法如下:
wx.yippiUser({ success: function success(response) { console.log('user info', response); // response 含有用户数据 var user = response; }, fail: function fail(response) {} });