curl --location --request GET '/Role/'
{
"data": {
"count": 32,
"next": "http://139.159.216.137:9002/biz/bizRole/?pageNum=2",
"previous": null,
"results": [
{
"admin": false,
"data_scope": "1",
"dept": [],
"id": 1,
"remark": null,
"role_key": "",
"role_name": "超级管理员",
"role_type": 1,
"status": "1",
"texsorts": ""
},
{
"admin": true,
"data_scope": "2",
"dept": [],
"id": 2,
"remark": null,
"role_key": "",
"role_name": "普通用户",
"role_type": 2,
"status": "2",
"texsorts": ""
}
]
}
}