Save Article 新建或更新文章

POST /v1/platform/article/save

  • =》
{
  "token": "xxx",
  "id": 0,
  "history_id": 1001,
  "classify": 1,
  "lang": "ar",
  "category": "Food",
  "sub": "Cake",
  "title": "This is just a title.",
  "alias": "This is just a alias.",
  "on_screen": "xxxx",
  "cover": "https://xxx.com/xxx.jpg",
  "via": "UnSplash",
  "url": "https://xxx.com/xxx.jpg",
  "author_id": 1235,
  "tags": "aaa,bbb",
  "tags_alias": "aaa,bbb",
  "keywords":"aaa,bbb",
  "summary": "This is just a summary",
  "json": "",
  "wallpaper": "https://xxx.com/i/xxx.jpg",
  "wallpaper_via": "xxx",
  "wallpaper_url": "https://xxx.jpg",
  "remark": "xxx",
  "issue": "2024-01-10",
  "site_id": 0, //站点ID,从站点列表中获取
  "video_id": 0, 
  "youtube_id": 0,
  "mode": 0,
  "status": 0,
  "paragraphs": [{
    "title": "This is a result",
    "alias": "This is a result",
    "image": "https://xxx.com/xxx.jpg",
    "via": "Google",
    "url": "https://xxx.com/xxx.jpg",
    "content": "This is just a content",
    "json": ""
  }]
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": "1008"
  }
}