登录接口
POST
/api/login
请求参数
参数名
类型
描述
必填
user
string
账号 / 邮箱地址
必填
pwd
string
密码
必填
响应参数
参数名
类型
描述
必填
code
number
成功1 失败0 需注册2
必填
msg
string
提示语
必填