On this page
绑定手机号
接口URL
请求方式
POST
Content-Type
urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | 36040cbcde65e482739afca7a5465ab750c1c5d5 | String | 是 | 用户token |
请求Body参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
phone | 13562321240 | String | 是 | 手机号 |
code | 310780 | String | 是 | 手机验证码 |
成功响应示例
json
{
"code": 1,
"msg": "ok",
"data": {
"name": "哈哈哈",
"id": 7,
"username": "哈哈哈",
"avatar": "http://sqapi2.dishawang.com/storage/uploads/a48a12a09a6654712f2d430d02dbc572.jpeg",
"password": true,
"phone": "135****1240",
"email": "17000000000@163.com",
"status": 1,
"age": 0,
"sex": 1,
"qg": 1,
"job": null,
"path": "广东广州",
"birthday": "1990-11-11",
"desc": "我最帅",
"wx_openid": null,
"wx_unionid": null,
"create_time": null,
"update_time": "2024-04-07 01:15:04",
"fans_count": 46,
"follows_count": 19,
"articles_count": 30,
"comments_count": 82
}
}