GET /verification/me
获取当前用户的最新实名认证状态,包括认证状态、核验方法、年龄分组、过期时间等。若尚未提交认证则返回未认证状态
验证服务 `bearerAuth` application/json
Referenced Schemas
dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_VerificationStatusResponse
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.VerificationStatusResponse
| Field | Type | Required | Example | Constraints | Description |
age_group |
string |
No |
|
|
|
expires_at |
string |
No |
|
|
|
max_retries |
integer |
No |
|
|
|
method |
string |
No |
|
|
|
provider |
string |
No |
|
|
|
retry_count |
integer |
No |
|
|
|
status |
string |
No |
|
|
|
verification_id |
string |
No |
|
|
|
verified_at |
string |
No |
|
|
|