curl --location --request GET 'http://ihrm.itheima.net/prod-api/sys/role/62a9490cb7aa4705242981c8' \
--header 'Authorization: {{Vue2_HR_ACCESS_TOKEN}}'{
"success": true,
"code": 10000,
"data": {
"id": "62a9490cb7aa4705242981c8",
"name": "市场经理",
"description": "SCJL",
"permIds": [
"604f7df5f900be1850edb152",
"62a88c31b7aa4705242964f9",
"62a88d5ab7aa470524296501"
]
},
"message": "查询角色详情成功"
}