账号密码登录
POST
https://micro-gfyx-api.b2btst.com/v1/base/login/using-password
最后修改时间:2024-02-01 07:00:43
责任人:未设置
请求参数
Body 参数application/json
tenant_code
string
必需
account
string
必需
password
string
必需
captcha_id
string
可选
captcha_answer
string
可选
remember
integer
可选
示例
{
"tenant_code": "string",
"account": "string",
"password": "string",
"captcha_id": "string",
"captcha_answer": "string",
"remember": 0
}
返回响应
🟢200成功
application/json
Body
data
object | null
必需
access_token
string
必需
refresh_token
string
必需
expire_time
integer
必需
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": {
"access_token": "string",
"refresh_token": "string",
"expire_time": 0
},
"error_code": 0,
"message": "string",
"success": true
}
修改于 2024-02-01 07:00:43