List Youtube 获取Youtube列表

POST /v1/platform/youtube/list

  • =》
{ 
  "token": "xxx", //必填
  "lang": "en", //必填
  "id": 0, //默认为0
  "status": 0, //0表示所有,其它数值可以单个使用(支持按位或操作查询)
  "offset": 0, //分页或更多使用,为空时,默认为0
  "limit": 10  //每次拉取条数,为空时,默认为10,最大100
}
  • 《=
{
  "success": "OK",
  "data": {
    "total": 4,
    "list":[{
      "id": 1000,
      "title": "xxx",
      "alias": "ريو دي جانيرو: مدينة السح",
      "slug": "xxx",
      "url": "https://cdn.sve.cc/i/123/xxx.mp4",
      "topic_id": 0,
      "remark": "xxx",
      "status": 1,
      "flag": "0",
      "created_at": 1714359193,
      "updated_at": 1714359193,
      "removed_at": 0,
      "lang": "ar"
     }]
  }
}