curl --location 'https://dev-api-2.golfera.net//api/v1/front/listTeamDjjfFront?event_match_id=767' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvZGV2LWFwaS0yLmdvbGZlcmEubmV0XC9hcGlcL3YxXC9jYWRkaWVcL2xvZ2luIiwiaWF0IjoxNzgzNDIwNDQ1LCJleHAiOjE3ODcwMjA0NDUsIm5iZiI6MTc4MzQyMDQ0NSwianRpIjoiY2hJZHZHRkV3YktRTzhUeSIsInN1YiI6NDI0LCJwcnYiOiIyOGYwYWZkYmM3OTJjYmEyM2ViYjQxMTYyZTJhODBlMzZhZjRhNzlkIn0.pOg5rK9TvAtohirjMBs-TWL7QLYwwtK2BE5z1m0Bs70'"id": 3,
"match_team_name": "队队1", //队伍名称
"total": "102", //总杆
"person_no": 2,
"person_ids": "229,230",
"pingjun": "51.0", //平均
"jifen": 188, //积分
"jiagan": -42, //标准杆差
"rank": 1 //排名
{
"errno": "0",
"msg": "成功",
"data": {
"teamList": [
{
"id": 3,
"match_team_name": "队队1",
"total": "162",
"person_no": 2,
"person_ids": "229,230",
"pingjun": "81.0",
"jifen": 188,
"jiagan": "+18",
"rank": 1
},
{
"id": 4,
"match_team_name": "队队2",
"total": "56",
"person_no": 1,
"person_ids": "232",
"pingjun": "56.0",
"jifen": 88,
"jiagan": -16,
"rank": 2
}
]
}
}