小程序用户授权
创建于 2021-10-20 / 最近更新于 2021-11-22 /
2778
字体:
[默认]
[大]
[更大]
简要描述
小程序用户授权
接口版本
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | Devil | 2020-10-07 |
请求URL
user/appminiuserauth
请求方式
POST
公共参数
参数名 | 是否必须 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
application | 是 | string | web | 请求应用、参考公共中详解 |
application_client_type | 是 | string | pc | 请求客户端、参考公共中详解 |
token | 否 | string | token |
请求参数
{
"authcode": "041KIFll2LRIW74DSzll2BlMpn4KIFlb"
}
参数名 | 是否必须 | 类型 | 描述 |
---|---|---|---|
authcode | 是 | string | 临时授权码 |
返回示例
正确时返回
{
"msg": "授权登录成功",
"code": 0,
"data": {
"id": "1",
"alipay_openid": "",
"weixin_openid": "oB6US5SNOngn196qzb3lagEBTh6w",
"weixin_unionid": "o1Ang5xo5tiJD-l7Y1kY7-hT6emk",
"weixin_web_openid": "obfTQw7y972CqaHw2ohJ2PcETUw8",
"baidu_openid": "",
"toutiao_openid": "",
"qq_openid": "",
"qq_unionid": "",
"status": "0",
"token": "58c717b1e8cfe430c8f021be4c5b7ed6",
"username": "qqqqqq",
"nickname": "qqqqqq",
"mobile": "17602128368",
"email": "",
"gender": "0",
"avatar": "https://d1.shopxo.vip/static/index/default/images/default-user-avatar.jpg",
"province": "",
"city": "",
"birthday": "0",
"address": "",
"integral": "1189",
"locking_integral": "0",
"referrer": "0",
"plugins_distribution_level": "0",
"plugins_user_level": "0",
"is_delete_time": "0",
"add_time": "1627535697",
"upd_time": "1634724821",
"add_time_text": "2021-07-29 13:14:57",
"upd_time_text": "2021-10-20 18:13:41",
"gender_text": "保密",
"birthday_text": "",
"mobile_security": "176***368",
"email_security": "",
"user_name_view": "qqqqqq",
"is_mandatory_bind_mobile": 0,
"is_user_exist": 1
}
}
错误时返回
{
"msg": "error",
"code": -1,
"data": []
}
返回参数说明 -> data
参数名 | 是否必须 | 类型 | 描述 |
---|---|---|---|
is_mandatory_bind_mobile | 是 | int | 是否需要绑定手机(0否、1是) |
is_user_exist | 是 | int | 用户是否存在 |
备注
更多返回错误代码请看首页的错误代码描述
4 人点赞过