Save Video 新建或更新视频

POST /v1/platform/video/save

  • =》
{
  "token": "xxx",
  "id": 1000,
  "title": "xxx",
  "alias": "xxx",
  "slug": "xxx",
  "category": "xxx",
  "sub": "xxx",
  "cover_url": "https://oa.sve.cc/i/123/xxx.jpg", //上传时:service为video
  "video_url": "https://cdn.sve.cc/i/123/xxx.mp4", //上传时:service为video
  "remark": "xxx",
  "topic_id": 0,
  "status": 1,
  "flag": "0",
  "created_at": 1714359193,
  "updated_at": 1714359193,
  "removed_at": 0,
  "lang": "ar"
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1004,
  }
}