GET /internal/verification/check
内部服务调用接口,根据用户ID查询认证状态和年龄分组,供其他服务判断实名认证和未成年人身份。需 Internal API Key 认证
验证服务 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
query |
string |
Yes |
|
|
|
用户ID |
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 |
|
|
|