Skip to content

article create

木杉 edited this page Aug 22, 2018 · 6 revisions
POST /api/articles

header

{
  "token": "token"
}

参数

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

返回

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