curl --location --request GET 'https://dev-api-2.golfera.net//api/v1/admin/listGolferRolesCategory?category_name=1' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9nb2xmLmhvc3RcL2FwaVwvdjFcL2FkbWluXC91c2VyXC9sb2dpbiIsImlhdCI6MTc1MjgxODg3NiwiZXhwIjoxNzU2NDE4ODc2LCJuYmYiOjE3NTI4MTg4NzYsImp0aSI6IlAxNUVpRThSTTJ3MEhKajUiLCJzdWIiOjI4NiwicHJ2IjoiMDU3N2I0MWY1NGUwOTVhM2Q4Y2EyMzc0MzY1MDFiOGI3YjFmZTRhNCJ9.KM5C6pp6ffS3HTCu2Vs81xKvQyLAPH3Y1sUFDmlRVJI'
"id": 1,
"category_code": "11", //代码
"category_name": "11", //名称
"remark": "11", //备注
"created_at": "1", //创建时间
"role_list": [ //身份列表
{
"id": 91,
"role_code": "11", //身份代码
"golf_role_name": "xxx", //身份名称
"role_remark": null, //备注
"golf_role_status": 1, //角色状态 1-开启 2-禁用
"created_at": "1739513562"
},
{
"id": 90,
"role_code": "22",
"golf_role_name": "xx_公司会员2",
"role_remark": null,
"golf_role_status": 1,
"created_at": "1739331614"
}
]
{
"errno": "0",
"msg": "成功",
"data": {
"list": [
{
"id": 1,
"category_code": "11",
"category_name": "11",
"remark": "11",
"created_at": "1",
"role_list": [
{
"id": 91,
"role_code": "11",
"golf_role_name": "xxx",
"role_remark": null,
"created_at": "1739513562"
},
{
"id": 90,
"role_code": "22",
"golf_role_name": "xx_公司会员2",
"role_remark": null,
"created_at": "1739331614"
}
]
},
{
"id": 2,
"category_code": "22",
"category_name": "22",
"remark": "22",
"created_at": "1",
"role_list": [
{
"id": 89,
"role_code": "33",
"golf_role_name": "xx_公司会员",
"remark": null,
"created_at": "1739331402"
}
]
}
],
"page": {
"page": 1,
"page_size": 10,
"total_count": 2,
"total_page": 1
}
}
}