GET /admin/verifications/{id}
管理员查看指定认证记录的详细信息,包括脱敏姓名、身份证提示、活体分数、人工覆盖记录等
验证服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
认证ID |
Referenced Schemas
dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_AdminVerificationDetail
dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.AdminVerificationDetail
| Field | Type | Required | Example | Constraints | Description |
age_group |
string |
No |
|
|
|
created_at |
string |
No |
|
|
|
date_of_birth |
string |
No |
|
|
|
expires_at |
string |
No |
|
|
|
gender |
string |
No |
|
|
|
id |
string |
No |
|
|
|
id_number_hint |
string |
No |
|
|
|
liveness_score |
string |
No |
|
|
|
masked_name |
string |
No |
|
|
|
max_retries |
integer |
No |
|
|
|
method |
string |
No |
|
|
|
override_by |
string |
No |
|
|
|
override_reason |
string |
No |
|
|
|
provider |
string |
No |
|
|
|
provider_resp_id |
string |
No |
|
|
|
rejected_at |
string |
No |
|
|
|
rejected_reason |
string |
No |
|
|
|
retry_count |
integer |
No |
|
|
|
status |
string |
No |
|
|
|
tenant_id |
string |
No |
|
|
|
updated_at |
string |
No |
|
|
|
user_id |
string |
No |
|
|
|
verified_at |
string |
No |
|
|
|