Issue Quiz 获取发行Quiz

GET/POST /v1/web/quiz/issue

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "en", //必填
  "issue": "xxxx-xx-xx", //必填
  "status": 0 //选填,默认为0,0表示所有,其它数值可以单个、按位或使用
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1007,
    "category": "Entertainment",
    "sub": "Music",
    "title": "Match the Pop Star to Their Titles: Take Our Quiz and Show Your Expertise!",
    "alias": "قم بمطابقة نجم البوب ​​مع ألقابه: شارك في اختبارنا وأظهر خبرتك!",
    "slug": "match-the-pop-star-to-their-titles-take-our-quiz-and-show-your-expertise",
    "cover": "https://oa.sve.cc/i/u/20230811/202308111839135237.jpg",
    "cover_via": "Photo by Sam Moghadam Khamseh on Unsplash",
    "author": "لينا عشماوي",
    "tags": "pop star",
    "tags_alias": "aaa,bbb",
    "keywords":"aaa,bbb",
    "descr": "This quiz tests your knowledge of popular music by challenging you to match various pop stars with their notable titles. By correctly identifying the artists associated with their famous titles, you can demonstrate your expertise in the world of pop music. Put your knowledge to the test and see how many matches you can make!",
    "publish_at": 1705076136,
    "lang": "ar"
  }
}
  • 注意

    为了保证数据的完整性,当无法获取到对应issue的Quiz时,API会随机返回一条数据