curl --location --request GET '/sport/api/v3/live/213/result?match_id=519178&page&per_page&recent_update'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 213,
"match_id": 3183542,
"teams": [
{
"team_id": 108858,
"side": 1,
"win": 0,
"score": 3,
"stage_score": [
0,
2,
0,
0,
2,
0,
0,
2,
0,
0,
5,
6
]
},
{
"team_id": 109700,
"side": 1,
"win": 0,
"score": 1,
"stage_score": [
0,
2,
0,
0,
2,
0,
0,
2,
0,
0,
12,
6
]
}
],
"update_time": 1721273608
}
],
"total": 1
},
"msg": "success"
}