Discover Ads 发掘Ads列表

GET/POST /v1/web/ads/discover

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "en", //必填
  "status": 0, //0表示所有,其它数值可以单个使用(支持按位或操作查询)
  "limit": 10,  //每次拉取条数,为空时,默认为10,最大20
  "size": "320x50", //广告大小,支持:320x100,300x250,320x50
}
  • 《=
{
  "success": "OK",
  "data": {
    "lang": "ar",
    "list": [{
      "title": "test",
      "alias": "test",
      "url": "https://arabic.animalgoodnews.com",
      "remark": "test",
      "image": "https://cdn.sve.cc/i/en/ads/20240704/202407041119312511-320x50.webp"
    }]
  }
}