uni-app获取微信绑定手机号
uni-app获取微信绑定手机号
uni-app获取微信绑定手机号
获取手机号只有认证号才可以,个人账号不可以。
uni-app获取手机号和微信官方获取手机号有所不同
<button type="primary" open-type="getUserInfo" @click="getuserinfo" withCredentials="true">微信登录
</button>
点击弹窗
getPhoneNumber(e
) {
if (e
.detail
.errMsg
=== 'getPhoneNumber:ok') {
} else {
}
},
获取数据成功后,在第三方服务端结合 session_key 以及 app_id 进行解密获取手机号。