curl --location --request GET '/admin-api/system/role/get?id'{
"code": 0,
"data": {
"id": 1,
"name": "管理员",
"code": "string",
"sort": 1024,
"status": 1,
"type": 1,
"remark": "我是一个角色",
"dataScope": 1,
"dataScopeDeptIds": 1,
"createTime": "2019-08-24T14:15:22.123Z"
},
"msg": "string"
}