Skip to content

issue fetchAll

木杉 edited this page Sep 4, 2018 · 2 revisions
Get /api/issues

返回

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