# 获取用户信息

# 接口调用请求说明

http请求方式:POST
https://api.weixin.qq.com/wxa/servicemarket/connector/shop/userinfo/get?access_token=xxxxxxxxx

# 请求参数示例

{
    "openid":"xxx"
}

# 回包示例

{
    "errcode":0,
    "errmsg":"ok",
    "union_id":"xxx",
    "nick_name":"张三",
    "mobile":"133xxxxxxxx",
    "birthday":"20010101",
    "avatar":"http://xxxxxxxxxxxxx",
    "email":"test@qq.com",
    "sex":1,
    "country":"中国",
    "auth_at":1630668315621,
    "openid":"xxx"
}

# 请求参数说明

参数 类型 是否必填 说明
openid string 用户的openid

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息
union_id string unionid
nick_name string 微信昵称
mobile string 授权手机号
birthday string 生日
avatar string 微信头像
email string 邮箱
sex number 性别(1:男,2:女,3:未知)
country string 国家
auth_at number 授权时间,unix时间戳,单位:毫秒
openid string openid