Authorization: Bearer ********************
{
"pageNo": 1,
"pageSize": 10,
"params": {
"id": 0,
"owner": 0,
"resourceType": "string",
"value": "string",
"functionName": "string",
"functionLevel": "string",
"description": "string",
"component": "string",
"status": true,
"functionEname": "string",
"parentId": 0,
"permission": "string",
"parentName": "string",
"ordNum": 0,
"createTime": "string",
"creator": "string",
"modifyTime": "string",
"modifier": "string",
"icon": "string",
"customerId": 0
}
}
curl --location --request POST '/api/system/permission/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"params": {
"id": 0,
"owner": 0,
"resourceType": "string",
"value": "string",
"functionName": "string",
"functionLevel": "string",
"description": "string",
"component": "string",
"status": true,
"functionEname": "string",
"parentId": 0,
"permission": "string",
"parentName": "string",
"ordNum": 0,
"createTime": "string",
"creator": "string",
"modifyTime": "string",
"modifier": "string",
"icon": "string",
"customerId": 0
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"owner": 0,
"resourceType": "",
"value": "",
"functionName": "",
"functionLevel": "",
"description": "",
"component": "",
"status": false,
"functionEname": "",
"parentId": 0,
"permission": "",
"parentName": "",
"ordNum": 0,
"createTime": "",
"creator": "",
"modifyTime": "",
"modifier": "",
"icon": "",
"customerId": 0
}
],
"total": 0,
"current": 0,
"size": 0
}
}