~~~[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 | 认证时间 |