GET /verification/me/detail
获取当前用户的完整认证详情,包括状态、方法、提供方、活体检测分数、拒绝原因等
验证服务 `bearerAuth` application/json
Referenced Schemas
dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_VerificationDetailResponse
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.VerificationDetailResponse
| Field | Type | Required | Example | Constraints | Description |
age_group |
string |
No |
|
|
|
expires_at |
string |
No |
|
|
|
liveness_score |
string |
No |
|
|
|
max_retries |
integer |
No |
|
|
|
method |
string |
No |
|
|
|
provider |
string |
No |
|
|
|
provider_resp_id |
string |
No |
|
|
|
rejected_reason |
string |
No |
|
|
|
retry_count |
integer |
No |
|
|
|
status |
string |
No |
|
|
|
verification_id |
string |
No |
|
|
|
verified_at |
string |
No |
|
|
|