Skip to content

article fetchCommentByIds

木杉 edited this page Aug 30, 2018 · 1 revision
POST /api/articles/comment/ids

参数

["id"]

返回

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