Skip to content

article fetchAuthorByCategory

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

返回

{
  "code": 1,
  "msg": "SUCCESS",
  "data": [{
    user
  }]
}
Clone this wiki locally