请求URL
http://xx.com/auth/adminList
Headers
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
searchWord |
是 |
string |
账号或手机号搜索 |
返回示例
{
"error_code": 0,
"msg": "success",
"data": [
{
"id": 392,
"username": "1号管理", //昵称
"phone": "18800000001", //账号
"sex": 1, //性别 1男 2女
"password": "$2y$10$s0cTF56qkT7mOreoRebImessx3pwlRycPj9Uef77fmqb6Mojv4SAi",
"role_id": 1,
"status": 1,
"user_type": 1,
"birthday": "",
"token": "",
"created_at": "2021-12-06 17:05:48", //创建时间
"updated_at": "2021-12-06 17:05:48"
}
],
"total": 1
}
返回参数说明
参数名 |
类型 |
说明 |
error_code |
int |
0成功 |
msg |
string |
ok |
备注