Authorization: Bearer ********************curl --location '/system/role/list?roleName=undefined&roleKey=undefined&roleSort=undefined' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"params": {
"": {}
},
"roleId": 0,
"roleName": "",
"roleKey": "",
"roleSort": 0,
"dataScope": "",
"menuCheckStrictly": false,
"deptCheckStrictly": false,
"status": "",
"delFlag": "",
"remark": "",
"flag": false,
"menuIds": [
0
],
"deptIds": [
0
]
}
],
"code": 0,
"msg": ""
}