Skip to content

course fetchOne

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

返回

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