Skip to content
关注公众号,获取新课通知
【重要通知】uniapp实战社区交友交流群更换为:602180461,靓仔/靓女可以重新申请加入哦~

搜索用户


接口功能

搜索用户

URL

http://ceshi2.dishait.cn/api/v1/search/user

支持格式

JSON

HTTP请求方式

POST

请求参数
参数必选类型说明
keywordtrueint关键词
pagetrueint页码
接口示例

地址:http://ceshi2.dishait.cn/api/v1/search/user

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"
                }
            }
        ]
    }
}