Skip to content

user auth

木杉 edited this page Jun 12, 2018 · 3 revisions
GET /api/users/auth

headers

{
  "token": "token"
}

返回

{
  "code": "1",
  "msg": "成功",
  "data": {
    "id": "id",
    "username": "username",
    "email": "email",
    "token": "token"
  }
}
Clone this wiki locally