~~~[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 | 認證未通過 |