curl --location 'https://dev-api-2.golfera.net//api/v1/admin/listGolferRolesCategory?category_name=1' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvZGV2LWFwaS0yLmdvbGZlcmEubmV0XC9hcGlcL3YxXC9jYWRkaWVcL2xvZ2luIiwiaWF0IjoxNzgzNDIwNDQ1LCJleHAiOjE3ODcwMjA0NDUsIm5iZiI6MTc4MzQyMDQ0NSwianRpIjoiY2hJZHZHRkV3YktRTzhUeSIsInN1YiI6NDI0LCJwcnYiOiIyOGYwYWZkYmM3OTJjYmEyM2ViYjQxMTYyZTJhODBlMzZhZjRhNzlkIn0.pOg5rK9TvAtohirjMBs-TWL7QLYwwtK2BE5z1m0Bs70'"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
}
}
}