获取手机号码 </button> 在g..."/>

微信小程序开发

161次阅读
没有评论

没有出解密手机号码

<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">
获取手机号码
</button>

getPhoneNumber回调函数中,如果encryptedData为空,则像上述链接中给出的代码那样,进行wx.checkSession之后再解密,解密可以在客户端完成、也可以在把密文发送至服务端完成,推荐后者方案更安全。

如果在wx.checkSession之后解密encryptedData还是为空,则需要使用微信新API来获取手机号码,相关文档:开放能力 / 用户信息 / 手机号快速验证组件用户信息 / 手机号 / 手机号快速验证,流程:前端在getPhoneNumber回调函数中拿到code,把code发送至后端,后端在通过调用微信接口拿到手机号码信息。

正文完
 0
wujingquan
版权声明:本站原创文章,由 wujingquan 于2025-03-08发表,共计410字。
转载说明:Unless otherwise specified, all articles are published by cc-4.0 protocol. Please indicate the source of reprint.
评论(没有评论)