curl --location --request GET '/system/role/optionselect'
{
"code": 0,
"msg": "string",
"data": [
{
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"dataScope": "string",
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"status": "string",
"remark": "string",
"createTime": "2019-08-24T14:15:22Z",
"flag": true,
"superAdmin": true
}
]
}