Detail Puzzle 获取Puzzle详情

POST /v1/platform/puzzle/detail

  • =》
{ 
  "token": "xxx", //必填
  "lang": "ar", //必填
  "id": 1001 //必填
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1002,
    "history_id": 1001,
    "user_id": 100002,
    "title": "This is just a title.",
    "alias": "This is just a alias.",
    "slug": "this-is-just-a-title",
    "category": "Food",
    "sub": "Cake",
    "tags": "aaa,bbb",
    "tags_alias": "aaa,bbb",
    "keywords":"aaa,bbb",
    "descr": "This is just a descr",
    "descr_alias": "This is just a descr alias",
    "bg_color": "#FF0000",
    "img": "https://xxx.com/xxx.jpg",
    "img_via": "UnSplash",
    "img_url": "https://xxx.com/xxx.jpg",
    "remark": "",
    "status": 2,
    "publish_at": 1710907509,
    "created_at": 1710907276,
    "updated_at": 1710907509,
    "removed_at": 1710907509,
    "lang": "ar",
    "results": [{
      "title": "This is a result",
      "alias": "This is a result",
      "bg_color": "#FF0000",
      "img": "https://xxx.com/xxx.jpg",
      "img_via": "Google",
      "img_url": "https://xxx.com/xxx.jpg",
      "correct": 0
    }]
  }
}