Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支付宝小程序获取会员手机号能力 #8177

Closed
hight-lig opened this issue Dec 2, 2020 · 0 comments · Fixed by #8260
Closed

支付宝小程序获取会员手机号能力 #8177

hight-lig opened this issue Dec 2, 2020 · 0 comments · Fixed by #8260
Labels
enhancement New feature or request
Milestone

Comments

@hight-lig
Copy link

这个特性解决了什么问题?

获取用户加密信息encryptedData

这个 API 长什么样?

参照现有的getOpenUserInfo就好了
Taro.getPhoneNumber({
success:function(userInfo){
console.log(userInfo);
}
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants