Detail Video 获取视频详情

GET/POST /v1/web/video/detail

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "ar", //必填
  "id": 1012 //必填
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1012,
    "title": "xxx",
    "alias": "xxx",
    "slug": "xxx",
    "category": "xxx",
    "sub": "xxx",
    "cover_url": "https://cdn.sve.cc/i/123/xxx.jpg",
    "video_url": "https://cdn.sve.cc/i/123/xxx.mp4",
    "remark": "xxx",
    "article": {
      "id": 2011,
      "site_id": 1015,
      "alias": "زهور الجيبسوفيلا: زهور متعددة الاستخدامات في اتجاهات تصميم الأزهار الحديثة",
      "slug": "gypsophila-a-versatile-flower-in-modern-floral-design-trends"
    }
  }
}
  • 注意

如果Video没有与文章关联,article节点将不会出现!