On this page
修改资料
接口URL
请求方式
POST
Content-Type
urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | 36040cbcde65e482739afca7a5465ab750c1c5d5 | String | 是 | 用户token |
请求Body参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
name | 哈哈哈 | String | 是 | 昵称 |
sex | 1 | Integer | 是 | 性别:0=不限,1=男,2=女 |
qg | 1 | Integer | 是 | 情感:0=不限,1=未婚,2=已婚 |
birthday | 1990-11-11 | String | 是 | 生日 |
path | 广东广州 | String | 是 | 所在地 |
desc | 我最帅 | String | 是 | 个性签名 |
成功响应示例
json
{
"code": 1,
"msg": "ok",
"data": {
"name": "哈哈哈",
"id": 7,
"username": "哈哈哈",
"avatar": "http://sqapi2.dishawang.com/storage/uploads/a48a12a09a6654712f2d430d02dbc572.jpeg",
"password": true,
"phone": "170****0000",
"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:13:42",
"fans_count": 46,
"follows_count": 19,
"articles_count": 30,
"comments_count": 82
}
}