Skip to content

验证密码

POST
/public/s/{tenantCode}/{token}/verify

授权

apiKey
类型
API Key (header: Authorization)

参数

路径参数

tenantCode*
类型
string
必填
token*
类型
string
必填

请求体

application/json
JSON
{
  
"password": "string"
}

响应

OK

*/*
JSON
{
  
"code": 0,
  
"data": {
  
  
"ticket": "string",
  
  
"expiresIn": 0
  
},
  
"ts": 0,
  
"rid": "string",
  
"msg": "string",
  
"success": true
}

试验场

服务器
授权
变量
主体

示例

技术支持 VitePress OpenAPI