curl --location --request GET '/sport/api/v3/live/201/shoot_extend?match_id&page&per_page'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"match_id": 2703420,
"teams": [
{
"team_id": 15871,
"shoot": [
{
"player_id": 1234,
"assists_player_id": 1343,
"fg": 1,
"point": 2,
"x": 50,
"y": 60,
"state": 2,
"time": "09:38"
}
]
},
{
"team_id": 12355,
"shoot": [
{
"player_id": 1234,
"assists_player_id": 1343,
"fg": 1,
"point": 2,
"x": 50,
"y": 60,
"state": 2,
"time": "09:38"
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}