curl --location --request GET '/sport/api/v3/live/204/result?match_id=3187805&page=&per_page=&recent_update=&language='
{
"code": 0,
"data": {
"list": [
{
"sport_id": 204,
"match_id": 535746,
"teams": [
{
"team_id": 208221,
"side": 1,
"win": 1,
"score": 40,
"stage_score": [
0,
2,
0,
0,
2,
0,
0,
2,
0,
0,
5,
6,
0,
0,
2,
0,
0,
5,
6
]
},
{
"team_id": 208232,
"side": 2,
"win": 0,
"score": 22,
"stage_score": [
0,
2,
0,
0,
2,
0,
0,
2,
0,
0,
5,
6,
0,
0,
2,
0,
0,
5,
6
]
}
],
"update_time": 9565411223
}
],
"total": 1
},
"msg": "success"
}