Detail Buzz 获取Buzz详情

POST /v1/platform/buzz/detail

  • =》
{ 
  "token": "xxx", //必填
  "lang": "en", //必填
  "id": 1002 //必填
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1002,
    "classify": 1,    
    "title": "This is fdddddsa just a title.",
    "alias": "This is fdsa just a title.",
    "slug": "this-is-fdddddsa-just-a-title",
    "author": "xxx",
    "category": "Food",
    "sub": "Cake",
    "type": 1,
    "format": "up-2",
    "cover": "https://xxx.com/xxx.jpg",
    "cover_via": "UnSplash",
    "cover_url": "https://xxx.com/xxx.jpg",
    "wallpaper": "https://xxx.com/xxx.jpg",
    "wallpaper_via": "Google",
    "wallpaper_url": "https://xxx.com/xxx.jpg",
    "tags": "aaa,bbb",
    "descr": "This is just a descr",
    "descr_alias": "This is just a descr",
    "status": 0,
    "updated_at": 1704254671,
    "publish_at": 1704254671,
    "questions": [{
      "title": "This is a question",
      "alias": "This is a question",
      "bg_color": "#ffffff",
      "img": "https://xxx.com/xxx.jpg",
      "img_url": "https://xxx.com/xxx.jpg",
      "img_via": "Google",
      "answers": [{
        "title": "This is a answer",
        "alias": "This is a answer",
        "bg_color": "#ffffff",
        "img": "https://xxx.com/xxx.jpg",
        "img_url": "https://xxx.com/xxx.jpg",
        "img_via": "Google",
        "correct": "0",
        "score": 10
      }]
    }],
    "results": [{
      "id": 47,
      "quiz_id": 1002,
      "title": "This is a result",
      "alias": "This is a result",
      "descr": "This is just a descr",
      "descr_alias": "This is just a descr",
      "img": "https://xxx.com/xxx.jpg",
      "img_via": "Google",
      "img_url": "https://xxx.com/xxx.jpg",
      "score_range": "1,100"
    }],
    "lang": "ar"
  }
}