Skip to content

issue fetchOne

木杉 edited this page Sep 4, 2018 · 2 revisions
GET /api/issues/:id

返回

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