curl --location --request GET 'https://dev-api-2.golfera.net/api/v1/admin/getGolfMatchCourtList?match_id=2' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9nb2xmLmhvc3RcL2FwaVwvdjFcL2FkbWluXC91c2VyXC9sb2dpbiIsImlhdCI6MTc1MjgxODg3NiwiZXhwIjoxNzU2NDE4ODc2LCJuYmYiOjE3NTI4MTg4NzYsImp0aSI6IlAxNUVpRThSTTJ3MEhKajUiLCJzdWIiOjI4NiwicHJ2IjoiMDU3N2I0MWY1NGUwOTVhM2Q4Y2EyMzc0MzY1MDFiOGI3YjFmZTRhNCJ9.KM5C6pp6ffS3HTCu2Vs81xKvQyLAPH3Y1sUFDmlRVJI'
'client_id',
'match_id',//赛事id
'court_type',//比赛赛制 1=个人比杆赛 2=个人积分赛, 3=队际积分赛, 4=队际比杆赛
'tuying',//秃鹰(-4)
'shuangying',//双鹰(-3)
'ying',//鹰(-2)
'niao',//鸟(-1)
'par',//PAR(0)
'baiji_one',//柏忌(1)
'baiji_two',//双柏忌(2)
'baiji_three',//双柏忌以上
'tongji_method',//配置 1=所有人平均 2=没多成绩排名前几名成绩之和
'paiming',//多少名
{
"errno": "0",
"msg": "成功",
"data": {
"list": [
{
"id": 3,
"client_id": 13,
"match_id": 2,
"court_type": 1,
"tuying": null,
"shuangying": null,
"ying": null,
"niao": null,
"par": null,
"baiji_one": null,
"baiji_two": null,
"baiji_three": null,
"tongji_method": null,
"paiming": null,
"created_at": "1733548945",
"updated_at": "1733548989",
"deleted_at": null
},
{
"id": 4,
"client_id": 13,
"match_id": 2,
"court_type": 4,
"tuying": null,
"shuangying": null,
"ying": null,
"niao": null,
"par": null,
"baiji_one": null,
"baiji_two": null,
"baiji_three": null,
"tongji_method": 2,
"paiming": 8,
"created_at": "1733549018",
"updated_at": "1733549094",
"deleted_at": null
},
{
"id": 5,
"client_id": 13,
"match_id": 2,
"court_type": 3,
"tuying": 11,
"shuangying": 7,
"ying": 6,
"niao": 5,
"par": 4,
"baiji_one": 3,
"baiji_two": 2,
"baiji_three": 1,
"tongji_method": null,
"paiming": null,
"created_at": "1733549173",
"updated_at": "1733549232",
"deleted_at": null
},
{
"id": 6,
"client_id": 13,
"match_id": 2,
"court_type": 2,
"tuying": 11,
"shuangying": 7,
"ying": 6,
"niao": 5,
"par": 4,
"baiji_one": 3,
"baiji_two": 2,
"baiji_three": 1,
"tongji_method": null,
"paiming": null,
"created_at": "1733549256",
"updated_at": "1733549256",
"deleted_at": null
}
]
}
}
'client_id',
'match_id',//赛事id
'court_type',//比赛赛制 1=个人比杆赛 2=个人积分赛, 3=队际积分赛, 4=队际比杆赛
'tuying',//秃鹰(-4)
'shuangying',//双鹰(-3)
'ying',//鹰(-2)
'niao',//鸟(-1)
'par',//PAR(0)
'baiji_one',//柏忌(1)
'baiji_two',//双柏忌(2)
'baiji_three',//双柏忌以上
'tongji_method',//配置 1=所有人平均 2=没多成绩排名前几名成绩之和
'paiming',//多少名