Skip to content

issue findReplyByIds

木杉 edited this page Aug 21, 2018 · 2 revisions
POST /api/issues/reply/ids

参数

["id"]

返回

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