On this page
搜索用户
接口功能
搜索用户
URL
支持格式
JSON
HTTP请求方式
POST
请求参数
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
keyword | true | int | 关键词 |
page | true | int | 页码 |
接口示例
json5
{
"msg": "获取成功",
"data": {
"list": [
{
"id": 12,
"username": "...",
"userpic": "http://...png",
"phone": "13...7",
"email": "...@qq.com",
"status": 1,
"create_time": 1556431201,
"userinfo": {
"id": 2,
"user_id": 12,
"age": 0,
"sex": 1,
"qg": 1,
"job": "IT",
"path": "广东-广州-白云11",
"birthday": "1997-11-10"
}
}
]
}
}