curl --location --request GET 'https://test.51vive.com/forums/role/list?createDept=&createBy=&createTime=&updateBy=&updateTime=¶ms=&deptId=&roleId=&roleName=&roleKey=&status=&pageSize=&pageNum=&orderByColumn=&isAsc='{
"total": 0,
"rows": [
{
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"dataScope": "string",
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"status": "string",
"remark": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"deptIds": [
0
],
"deptNames": [
"string"
],
"flag": true,
"superAdmin": true
}
],
"code": 0,
"msg": "string"
}