用户认证

用户登录

基于手机号和验证码的用户登录

post/api/login

Response

登录成功

codeinteger

状态码

messagestring

响应消息

Example response

{
  "code": 200,
  "message": "登录成功",
  "data": {
    "id": 1,
    "mobile": "13800138000",
    "name": "张三",
    "company": "极狐信息技术有限公司"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.