curl --location 'https://api.marzdata.cn/sport/api/v3/live/210/tlive?match_id=580252&page=undefined&per_page=undefined&recent_update=undefined&language=zh' \
--header 'app_id: {{APP_ID}}' \
--header 'app_secret: {{APP_SECRET}}'{
"code": 0,
"data": {
"list": [
{
"sport_id": 210,
"match_id": 3090452,
"text_live": [
{
"team_id": 0,
"over": 4,
"ball_no": "",
"value": "",
"header_text": "",
"content": "Over 4. 5 runs. Bowler: Dwane Walcott. Score: 29/2",
"total_runs": 0,
"total_wickets": 0,
"state": {
"Runs": [
"2",
"0",
"1",
"0",
"WD",
"0"
],
"Batter": {
"players": [
{
"player_name": 1111,
"score": "28,23"
},
{
"player_name": 2222,
"score": "49,57"
}
]
},
"Bowler": {
"players": [
{
"player_name": 1111,
"score": "2,0,14,0"
}
]
}
}
},
{
"team_id": 108173,
"over": 4,
"ball_no": "",
"value": "",
"header_text": "Dwane Walcott to Heron Campbell",
"content": "",
"total_runs": 29,
"total_wickets": 2,
"state": {}
}
],
"update_time": 1734333653
}
],
"total": 1
},
"msg": "success"
}