Detail Article 获取文章详情

POST /v2/platform/article/detail

  • =》
{ 
  "token": "xxx", //必填
  "lang": "en", //必填
  "cid": "mi", // 必填
  "id": 1001 //必填
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1008,
    "user_id": 1009,
    "history_id": 1001,
    "classify": 1,
    "category": "Food",
    "sub": "Cake",
    "title": "This is just a title.",
    "alias": "This is just a alias.",
    "on_screen": "xxxx",
    "slug": "this-is-just-a-title",
    "cover": "https://xxx.com/xxx-w=480&t=auto.jpg",
    "via": "UnSplash",
    "url": "https://xxx.com/xxx.jpg",
    "author_id": 1035,
    "tags": "aaa,bbb",
    "tags_alias": "aaa,bbb",
    "keywords":"aaa,bbb",
    "summary": "This is just a summary",
    "json": "",
    "wallpaper": "https://xxx.com/i/xxx-w=480&t=auto.jpg",
    "wallpaper_via": "xxx",
    "wallpaper_url": "https://xxx.com/i/xxx-w=480&t=auto.jpg",
    "remark": "xxx",
    "mode": "0",
    "status": 0,
    "issue": "2024-01-10",
    "site_id": 0,
    "publish_at": 1704537445,
    "updated_at": 1704537445,
    "paragraphs": [{
      "title": "This is a result",
      "alias": "This is a result",
      "image": "https://xxx.com/xxx-w=480&t=auto.jpg",
      "via": "Google",
      "url": "https://xxx.com/xxx.jpg",
      "json": "",
      "content": "This is just a content"
    }]
  }
}