赞
踩
需要使用微信小程序授权获取手机号直接进行登陆操作,后端没有存session_key,也就是说我们服务端的登录态跟微信只有第一次登陆解析手机号的时候有关联,所以这里没有使用wx.checkSession去检查微信的登录态
wx.login(Object object)
文档:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/login/wx.login.html
phonenumber.getPhoneNumber
文档:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/phonenumber/phonenumber.getPhoneNumber.html
getPhoneNumber只能在button按钮上触发,并且需要使用wx.login换取的code换取用户手机号。 每个code只能使用一次,code的有效期为5min
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。