Skip to content

issue fetchByCourseId

木杉 edited this page Sep 17, 2018 · 1 revision
Get /api/issues/course/:id

返回

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