登陆接口
POST
http://localhost:8080/machine-fast/app/login
接口描述
用户登陆
请求头
参数名
类型
描述
必填
Content-Type
String
application/json
必填
请求参数
参数名
类型
描述
必填
username
String
用户名
必填
password
String
密码
必填
响应参数
参数名
类型
描述
必填
msg
String
响应信息
必填
code
int
状态码
必填
expire
long
有效时间
必填
token
String
令牌
必填