curl --location --request GET '/sport/api/v3/advanced/list/team/honor?sport_id=&team_id=&page=&per_page=&recent_update='
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"team_id": 3170,
"honor": [
{
"honor_id": 1093,
"years": [
"2015-2016"
]
}
]
},
{
"sport_id": 201,
"team_id": 3138,
"honor": [
{
"honor_id": 1093,
"years": [
"2019-2020",
"2009-2010",
"2008-2009",
"2001-2002",
"2000-2001",
"1999-2000",
"1987-1988",
"1986-1987",
"1984-1985",
"1981-1982",
"1979-1980",
"1971-1972",
"1953-1954",
"1952-1953",
"1951-1952",
"1949-1950",
"1948-1949"
]
}
]
}
],
"total": 2
},
"msg": "success"
}