Save News 新建或更新News

POST /v1/platform/news/save

  • =》
{
  "token": "xxx",
  "id": 0,
  "lang": "en",
  "raw_id": 1001,
  "title": "This is just a title.",
  "category": "Food",
  "summary": "xxx",
  "cover": "https://xxx.com/xxx.jpg",
  "url": "https://xxx.com",
  "source": "xxx",
  "status": 1
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1007
  }
}