Discover Card 发掘Card列表

GET/POST /v1/web/card/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": 1021,
      "category": "Lifestyle",
      "sub": "Relationship",
      "title": "سوف تحصل على السكينة والصفاء الذهني اللذان طالما بحثت عنهما. من خلال تلك القوة الداخلية، فأنك تنبع منك الثقة والنزاهة.",
      "imgs": "https://wallpaper.lockscreen.cc/i/u/20231120/202311201146579277.jpg,https://wallpaper.lockscreen.cc/i/u/20231120/202311201146575651.png",
      "img_via": "xxx",
      "publish_at": 1700623203
    }]
  }
}