Skip to content

article create

木杉 edited this page Jun 26, 2018 · 6 revisions
POST /api/articles

header

{
  "token": "token"
}

参数

{
  "title": "title",
  "coverImg": "coverImg",
  "type": [0, 1, 2],
  "difficulty": 0
}

返回

{
  "code": 1,
  "msg": "SUCCESS",
  "data": {
    "id": "id",
    "title": "title",
    "coverImg": "coverImg",
    "direction": 1,
    "type": [0, 1, 2],
    "authorId": "authorId"
  }
}
Clone this wiki locally