curl --location --request GET '/sport/api/v3/advanced/list/publish_time?sport_id&type'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"type": 1,
"publish_time_list": [
1744300800,
1744300800,
1744300800,
1744300800,
1744300800,
1744300800,
1744300800
]
},
{
"sport_id": 202,
"type": 1,
"publish_time_list": [
1744300800,
1744300800,
1744300800,
1744300800,
1744300800,
1744300800,
1744300800
]
}
],
"total": 2
},
"msg": "success"
}