Detail Video 获取视频详情

POST /v1/platform/video/detail

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