~~~[api:agentAuth]
get:/agent/Certification/index
int:page=1#頁碼
<<<
success
{
"code": 0,
"msg": "獲取成功",
"count": 3,
"data": [
{
"id": 3,
"name": "24",
"certification": 2,
"certification_time": "2021-03-04 09:58:10",
"certification_text": "待確認"
},
{
"id": 1,
"name": "李四",
"certification": 1,
"certification_time": "2000-01-01 00:00:00",
"certification_text": "已認證"
},
{
"id": 2,
"name": "王大錘",
"certification": 2,
"certification_time": "2000-01-01 00:00:00",
"certification_text": "待確認"
}
],
"page": {
"current": 1,
"total": 1
}
}
~~~
### 字段信息
| 場景名 | 備注 |
| --- | --- |
| id | 下線用戶ID |
| name | 真實姓名 |
| certification_text | 認證狀態 |
| certification_time | 認證時間 |