简要说明
- 登录接口
请求URL
https://sso-cas.gridsumdissector.com/api/v2/login
请求方式
- POST
请求头
Key | Value | 说明 |
---|---|---|
Content-Type | application/json | 请求数据类型 |
请求体参数
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
username | 是 | string | 用户名 |
password | 是 | string | 密码 |
返回示例
{
"errorCode": 0,
"data": "TGT-x-xxxxxx-x-gridsumdissector",
"message": "Success"
}
备注
- 更多返回错误代码请看错误代码描述