账号登录
GET
getLoginByAccount
接口描述
根据账号进行登录
请求头
参数名
类型
描述
必填
content-type
String
application/form-data
必填
请求参数
application/json参数名
类型
描述
必填
userAccount
String
用户账号
必填
userPwd
String
用户密码
必填
成功返回
application/json参数名
类型
描述
必填
state
String
获取数据成功后返回状态码200
可选
user
Object
获取的用户数据
必填
失败返回
application/json参数名
类型
描述
必填
state
int
获取数据失败后返回状态码400
可选