登录
开发中POST
/api/v1/login请求参数
Body 参数application/json
mobile
string
手机号
password
string
密码
示例
{
"mobile": "string",
"password": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应码
0 成功,-1 失败
message
string
响应消息
示例
{
"code": 0,
"message": "string"
}
最后修改时间: 1 年前