文档
测试

平台登录

POST
http://localhost:25005/api/login

请求参数

参数名
类型
描述
必填
account
string
示例:nihao
必填
password
string
示例:123456WY
必填

响应参数

参数名
类型
描述
必填
code
int
示例:10004
必填
errMsg
string
示例:输入密码错误
必填
data
object
示例:null
必填