curl --location --request GET 'https://dev-api-2.golfera.net/api/v1/admin/getGolfMatchCourtList?match_id=2' \
--header 'Authorization: bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VybmFtZSI6IjU4Iiwic3ViIjoiNTgiLCJpYXQiOjE3Njk3NjA1OTYsImV4cCI6MTgwMTI5NjU5Nn0.O51BKuWq4C_gClDfGDnx8XJvkKvgtwpOQDt5gsFk22rkFSLFLM5M6gqHkXQGtPKeErdEnZixYD-XSMnEXzUI-A''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',//多少名