~~~[api:agentAuth]
get:/agent/Certification/info
*int:id#下线用户ID
<<<
success
{
"code": 0,
"msg": "获取成功",
"data": {
"id": 3,
"name": "24",
"idcard": "440204196806091364",
"certification": 2,
"certification_time": "2021-03-04 09:58:10",
"idcard_image1": "/storage/certification/3/6ae0ed790fb4ddeb164ffbb8e8a552f0.png",
"idcard_image2": "/storage/certification/3/6ae0ed790fb4ddeb164ffbb8e8a552f0.png",
"student_card_image": "/storage/certification/3/6ae0ed790fb4ddeb164ffbb8e8a552f0.png",
"certification_text": "待确认"
}
}
<<<
error
{
"code": 1,
"msg": "内容不存在"
}
~~~
### 字段信息
| 场景名 | 备注 |
| --- | --- |
| id | 下线用户ID |
| name | 真实姓名 |
| certification_text | 认证状态 |
| certification_time | 认证时间 |
| idcard_image1 | 身份证国徽面图像 |
| idcard_image2 | 身份证人像面图像 |
| student_card_image | 学生图像 |