~~~[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 | 學生圖像 |