用户组-搜索人员
接口地址:/console/groupsearchuser
请求方式 get
参数:
q 搜索关键字
返回格式:
{
"code": 1,
"data": {
"user_list":[
{
"id": 1,
"name": "钟倾",
"phone": "11228387812",
"group": "超级管理员"
},
{
"id": 2,
"name": "xxx",
"phone": "11228387812",
"group": "无"
}
]
},
"msg": "success"
}Last updated
Was this helpful?