account/login/post
POST
http://localhost:3000/api/account/login
接口描述
登录验证接口
请求参数
参数名
类型
描述
必填
email
string
必填
password
string
必填
响应参数-返回成功
响应参数-返回失败1
参数名
类型
描述
必填
code
int
示例:40003
必填
message
string
示例:accountNotCreate
必填