curl --location --request GET 'http://10.8.0.4/prod-api/system/role/list?roleName=&roleKey=&roleSort=' \ --header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJtb0lBRmwwa0xpbENCODFuUUNINDV2YWxQVmFPMXZ4bSIsInVzZXJJZCI6MX0.XdB8Kviyezfrztm49AtYTTeWxAFKyCNCYPR9yWoT_IQ' \ --header 'clientid;'
{ "total": 0, "rows": [ { "createBy": "string", "createTime": "2019-08-24T14:15:22Z", "updateBy": "string", "updateTime": "2019-08-24T14:15:22Z", "params": { "property1": {}, "property2": {} }, "roleId": 0, "roleName": "string", "roleKey": "string", "roleSort": 0, "dataScope": "string", "menuCheckStrictly": true, "deptCheckStrictly": true, "status": "string", "delFlag": "string", "remark": "string", "flag": true, "menuIds": [ 0 ], "deptIds": [ 0 ], "admin": true } ], "code": 0, "msg": "string" }