Skip to content

issue create

木杉 edited this page Sep 16, 2018 · 4 revisions
POST /api/issues

header

{
  "token": "token"
}

参数

{
  "title": "title",
  "content": "content",
  "tags": ["前端工具"],
  "bindCourseId": "bindCourseId"
}

返回

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