Skip to content

issue findSubReplyByIds

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

参数

["id"]

返回

{
  "code": 1,
  "msg": "SUCCESS",
  "data": [{
    ...subReply,
    "fromUsername": "fromUsername",
    "fromAvatar": "fromAvatar",
    "toUsername": "toUsername",
    "toAvatar": "toAvatar"
  }]
}
Clone this wiki locally