Skip to content

course rate

木杉 edited this page Sep 16, 2018 · 4 revisions
PUT /api/courses/rate/:id

header

{
  "token": "token"
}

参数

{
  "rate": 1,
  "rateComment": "content"
}

返回

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