Skip to content

article fetchByCategory

木杉 edited this page Aug 23, 2018 · 1 revision
GET /api/articles/category/:category

返回

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