~~~[api:agentAuth]
get:/agent/User/children
int:certification#认证状态
int:page=1#页码
<<<
success
{
"code": 0,
"msg": "获取成功",
"count": 4,
"data": [
{
"id": 4,
"agent_id": 1,
"name": "电话",
"phone": "15813701672",
"area": "",
"address": "",
"wechat": "",
"qq": "",
"status": 1,
"update_time": "2021-01-27 14:20:00",
"create_time": "2021-01-27 14:20:00",
"orders_count": 0,
"status_text": "正常"
},
{
"id": 3,
"agent_id": 1,
"name": "aa",
"phone": "13553613860",
"area": "",
"address": "",
"wechat": "",
"qq": "",
"status": 1,
"update_time": "2021-01-28 09:20:04",
"create_time": "2021-01-27 09:25:17",
"orders_count": 2,
"status_text": "正常"
},
{
"id": 2,
"agent_id": 1,
"name": "张三",
"phone": "17707514007",
"area": "广东省广州市番禺区",
"address": "星海公园",
"wechat": "",
"qq": "",
"status": 1,
"update_time": "2021-01-29 09:42:58",
"create_time": "2021-01-26 09:53:32",
"orders_count": 4,
"status_text": "正常"
},
{
"id": 1,
"agent_id": 1,
"name": "李四",
"phone": "13226523039",
"area": "广东省韶关市浈江区",
"address": "韶关大学",
"wechat": "",
"qq": "",
"status": 1,
"update_time": "2021-01-25 14:25:49",
"create_time": "2021-01-25 14:23:03",
"orders_count": 0,
"status_text": "正常"
}
],
"page": {
"current": 1,
"total": 1
}
}
~~~
### 字段信息
| 场景名 | 备注 |
| --- | --- |
| id | 下线用户ID |
| name | 姓名 |
| phone | 手机号码 |
| orders_count | 报单数 |
### 认证状态
| 状态码 | 备注 |
| --- | --- |
| 0 | 未认证 |
| 1 | 已认证 |
| 2 | 认证待确认 |
| 3 | 认证未通过 |