外观
验证密码
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
{
}