Skip to content

course create

木杉 edited this page Sep 11, 2018 · 5 revisions
POST /api/courses

header

{
  "token": "token"
}

参数

{
  "title": "title",
  "decs": "decs",
  "coverImg": "coverImg",
  "direction": 1,
  "type": [0, 1, 2],
  "difficulty": 0,
  "price": 10,
  "sections": [{
    "title": "title",
    "nodes": [{
      "title": "title",
      "video": "videoPath"
    }]
  }]
}

返回

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