请求URL
http://xx.com/recycle/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",
"deleted_at": "2022-01-21 14:26:32",//删除时间
"operator": {
"id": 407,
"username": "an",//操作者昵称
"phone": "an"//操作者手机
}
}
],
"total": 1
}
返回参数说明
参数名 |
类型 |
说明 |
error_code |
int |
0成功 |
msg |
string |
success |
备注