Skip to content

issue createReply

木杉 edited this page Aug 22, 2018 · 2 revisions
POST /api/issues/:id/reply

header

{
  "token": "token"
}

参数

{
  "content": "content"
}

返回

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