Skip to content
关注公众号,获取新课通知

手机验证码登录

接口URL

https://sqapi2.dishawang.com/api/v1/user/phonelogin

请求方式

POST

Content-Type

urlencoded

请求Body参数

参数名示例值参数类型是否必填参数描述
phone17000000000String手机号
code485308String手机验证码

成功响应示例

json
{
  "code": 1,
  "msg": "ok",
  "data": {
    "name": "演示账号",
    "id": 7,
    "username": "演示账号",
    "avatar": "http://sqapi2.dishawang.com/storage/uploads/a48a12a09a6654712f2d430d02dbc572.jpeg",
    "password": true,
    "phone": "170****0000",
    "email": "17000000000@163.com",
    "status": 1,
    "age": 0,
    "sex": 1,
    "qg": 0,
    "job": null,
    "path": "北京市-市辖区-东城区",
    "birthday": "2024-02-01",
    "desc": "我最帅~",
    "wx_openid": null,
    "wx_unionid": null,
    "create_time": null,
    "update_time": "2024-04-06 23:25:11",
    "fans_count": 46,
    "follows_count": 19,
    "articles_count": 30,
    "comments_count": 82,
    "token": "36040cbcde65e482739afca7a5465ab750c1c5d5"
  }
}

错误响应示例

json
{
  "code": 0,
  "msg": "请重新获取验证码"
}