Authorization: Bearer ********************
curl --location --request GET 'http://localhost:81/system/role/list?roleName&roleKey'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"roleId": 0,
"roleName": "",
"roleKey": "",
"sort": 0,
"roleStatus": 0,
"menuIds": [
0
],
"delFlag": false,
"admin": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}
}