Skip to content

issue findReplyByIds

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

参数

["id"]

返回

{
  "code": 1,
  "msg": "SUCCESS",
  "data": [{
    "id": "id",
    "content": "content",
    "upersId": [], /* agree */
    "downersId": [], /* disagree */
    "updateAt": "2018-08-17",
    "createAt": "2018-08-17",
    "subReplysId": []
    "authorId": "authorId"
  }]
}
Clone this wiki locally