Skip to content

article fetchOne

木杉 edited this page Aug 22, 2018 · 5 revisions
GET /api/articles/:id

返回

{
  "code": 1,
  "msg": "SUCCESS",
  "data": {
    ...article,
    "authorUsername": "authorUsername",
    "authorAvatar": "authorAvatar"
  }
}
Clone this wiki locally