Discover Guess 发掘Guess列表

GET/POST /v1/web/guess/discover

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "en", //必填
  "type": 0,  //0表示所有,其它数值可以单个使用(支持按位或操作查询)
  "category": "xxx", //默认为空
  "sub": "xxx", //默认为空
  "status": 0, //0表示所有,其它数值可以单个使用(支持按位或操作查询)
  "limit": 10  //每次拉取条数,为空时,默认为10,最大100
}
  • 《=
{
  "success": "OK",
  "data": {
    "lang": "ar",
    "list": [{
      "id": 1103,
      "category": "Travel",
      "sub": "Attractions",
      "question": "What is the name of capital city of Thailand?",
      "question_alias": "ما هو اسم عاصمة تايلاند؟",
      "answer": "Bangkok",
      "answer_alias": "بانكوك",
      "guess_imgs": "https://wallpaper.lockscreen.cc/i/u/20231207/202312071150578303.jpg",
      "guess_img_via": "By This Photo was taken by Supanut Arunoprayote.Feel free to use any of my images, but please mention me as the author and may send me a message.(สามารถใช้ภาพได้อิสระ แต่กรุณาใส่เครดิตผู้ถ่ายและอาจส่งข้อความบอกกล่าวด้วย)Please do not upload an updated image here without consultation with the Author. The author would like to make corrections only at his own source. This ensures that the changes are preserved.Please if you think that any changes should be required, please inform the author.Otherwise you can upload a new image with a new name. Please use one of the templates derivative or extract. - Own work, CC BY 4.0, https://commons.wikimedia.org/w/index.php?curid=68151298",
      "real_img": "",
      "real_img_via": "",
      "publish_at": 1705165930
    }]
  }
}