Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 726 Bytes

api.md

File metadata and controls

46 lines (36 loc) · 726 Bytes

目录


  • login
  • 请求方式:POST
参数名称 参数类型 描述
phone string 登录手机号码
password string 登录密码
{
    "success": true,
    "context": {
        "userId": "10000"
    }
}
参数名称 参数类型 描述
userId string 用户Id

  • register
  • 请求方式:POST
参数名称 参数类型 描述
phone string 登录手机号码
email string 找回密码的邮箱
password string 登录密码
{
    "success": true
}