Login
POST
http://127.0.0.1/login
接口描述
User Login
请求参数
参数名
类型
必填
email
email type string
必填
password
string
必填
响应参数
参数名
类型
描述
必填
code
int
0 means login success; -1 means error, please see "msg" for more info
必填
msg
string
message from server
必填
data
interface{}
struct of your account if login success; nil if login fail
必填