POST /verification/liveness/begin
发起活体检测会话,返回会话令牌和动作序列(如眨眼、张嘴、摇头等),需在会话过期前完成检测
验证服务 `bearerAuth` application/json
Referenced Schemas
dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_BeginLivenessResponse
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.BeginLivenessResponse
| Field | Type | Required | Example | Constraints | Description |
action_sequence |
string |
No |
|
|
|
expires_at |
integer |
No |
|
|
|
session_token |
string |
No |
|
|
|