mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
微信小程序获取手机号
This commit is contained in:
@@ -83,6 +83,7 @@ func (_wx *wxTools) Getuserphonenumber(code string) (string, error) { // 手机
|
||||
return "", e
|
||||
}
|
||||
|
||||
// ...
|
||||
var url = "https://api.weixin.qq.com/wxa/business/getuserphonenumber?access_token=" + accessToken
|
||||
|
||||
params := map[string]interface{}{
|
||||
|
Reference in New Issue
Block a user