We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
获取用户加密信息encryptedData
参照现有的getOpenUserInfo就好了 Taro.getPhoneNumber({ success:function(userInfo){ console.log(userInfo); } })
The text was updated successfully, but these errors were encountered:
fix(api): 补全支付宝小程序 getPhoneNumber api,fix #8177
d6dd317
66ae9bd
Successfully merging a pull request may close this issue.
这个特性解决了什么问题?
获取用户加密信息encryptedData
这个 API 长什么样?
参照现有的getOpenUserInfo就好了
Taro.getPhoneNumber({
success:function(userInfo){
console.log(userInfo);
}
})
The text was updated successfully, but these errors were encountered: