Discover 发掘足球新闻列表
GET/POST /v1/web/football/discover
- =》
{
"app_id": "xxx", //必填
"lang": "en", //必填
"limit": 10, //每次拉取条数,为空时,默认为10,最大100
}
- 《=
{
"success": "OK",
"data": {
"lang": "en",
"list": [
{
"id": 7304,
"title": "FA investigates incident involving Burnley’s Hannibal Mejbri",
"summary": "Al Raed’s long-standing journey in the Roshn Saudi League came to an end on Sunday",
"cover": "https://cdn.sve.cc/i/football/news/HannMejbri.jpg",
"updated_at": 1745499001
}
]
}
}