curl --location --request GET 'https://dev-api-2.golfera.net//api/v1/admin/listGolferRoles?golf_role_name=xxx' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9nb2xmLmhvc3RcL2FwaVwvdjFcL2FkbWluXC91c2VyXC9sb2dpbiIsImlhdCI6MTc1MjgxODg3NiwiZXhwIjoxNzU2NDE4ODc2LCJuYmYiOjE3NTI4MTg4NzYsImp0aSI6IlAxNUVpRThSTTJ3MEhKajUiLCJzdWIiOjI4NiwicHJ2IjoiMDU3N2I0MWY1NGUwOTVhM2Q4Y2EyMzc0MzY1MDFiOGI3YjFmZTRhNCJ9.KM5C6pp6ffS3HTCu2Vs81xKvQyLAPH3Y1sUFDmlRVJI'
"id": 91,
"role_code": "11", //代码
"golf_role_name": "xxx", //名称
"role_remark": null, //备注
"default_price_name": "bb", //默认套餐
"golf_role_status": 1, //状态 1-开启 2-禁用
"created_at": "1739513562" //创建时间
{
"errno": "0",
"msg": "成功",
"data": {
"list": [
{
"id": 93,
"role_code": "45",
"golf_role_name": "44",
"role_remark": "44",
"default_price_id": 53,
"golf_role_status": 1,
"created_at": "1741849696",
"default_price_name": "bb"
},
{
"id": 91,
"role_code": "11",
"golf_role_name": "xxx",
"role_remark": null,
"default_price_id": null,
"golf_role_status": 1,
"created_at": "1739513562"
},
{
"id": 88,
"role_code": null,
"golf_role_name": "个人单记名",
"role_remark": null,
"default_price_id": null,
"golf_role_status": 2,
"created_at": "1736760775"
},
{
"id": 87,
"role_code": null,
"golf_role_name": "访客",
"role_remark": null,
"default_price_id": null,
"golf_role_status": 1,
"created_at": "1736743002"
},
{
"id": 26,
"role_code": null,
"golf_role_name": "家庭会员",
"role_remark": null,
"default_price_id": null,
"golf_role_status": 1,
"created_at": "1701655356"
},
{
"id": 11,
"role_code": null,
"golf_role_name": "公司会员",
"role_remark": null,
"default_price_id": null,
"golf_role_status": 1,
"created_at": "1661928408"
},
{
"id": 10,
"role_code": null,
"golf_role_name": "个人会员",
"role_remark": null,
"default_price_id": null,
"golf_role_status": 1,
"created_at": "1661928393"
},
{
"id": 9,
"role_code": null,
"golf_role_name": "嘉宾",
"role_remark": null,
"default_price_id": 37,
"golf_role_status": 1,
"created_at": "1661928251",
"default_price_name": "初级教练"
}
],
"page": {
"page": 1,
"page_size": 10,
"total_count": 8,
"total_page": 1
}
}
}