Discover Quiz 发掘Quiz列表

GET/POST /v1/web/quiz/discover

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "en", //必填
  "classify": 0, //选填,默认为0,0表示所有,可以单个使用(支持按位或操作查询)
  "category": "xxx", //选填,默认为空
  "sub": "xxx", //选填,默认为空
  "site_id": 1002, //选填,默认为0, 表示所有
  "status": 0, //选填,默认为0,0表示所有,其它数值可以单个、按位或使用
  "limit": 10  //选填,每次拉取条数,为空时,默认为10,最大100
}
  • 《=
{
  "success": "OK",
  "data": {
    "lang": "ar",
    "list": [{
      "id": 1002,
      "history_id": 1841,
      "classify": 1,
      "title": "What's Your Heart Health IQ?",
      "alias": "ما هو معدل الذكاء الخاص بصحة قلبك؟",
      "slug": "whats-your-heart-health-iq",
      "cover": "https://creator.quiz.top/i/u/20230814/202308142238272794.jpg",
      "category": "Lifestyle",
      "sub": "Healthy",
      "author": "xxx",
      "publish_at": 1704909456
    }]
  }
}