管理员登陆
POST
api/v1/login/managerLogin
接口描述
管理员登陆
请求参数
参数名
类型
描述
必填
login_account
string
账号
必填
password
string
密码
必填
响应参数
参数名
类型
描述
必填
status
int
错误码,0正确,其他表示有错误
必填
msg
string
提示信息
必填
datas
string
管理员信息
必填