Authorization: ********************{
"pageSize": 0,
"pageNumber": 0,
"model": {
"id": 0,
"createTime": "string",
"createdBy": 0,
"updateTime": "string",
"updatedBy": 0,
"label": "string",
"parentId": 0,
"sortValue": 0,
"name": "string",
"path": "string",
"component": "string",
"redirect": "string",
"icon": "string",
"authority": "string",
"type": "MENU",
"hide": true,
"keepAlive": true,
"href": "string",
"frameSrc": "string"
},
"orderByColumn": "string",
"isAsc": true
}curl --location --request POST 'http://localhost:8080/api/system/menu/page' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"pageNumber": 0,
"model": {
"id": 0,
"createTime": "string",
"createdBy": 0,
"updateTime": "string",
"updatedBy": 0,
"label": "string",
"parentId": 0,
"sortValue": 0,
"name": "string",
"path": "string",
"component": "string",
"redirect": "string",
"icon": "string",
"authority": "string",
"type": "MENU",
"hide": true,
"keepAlive": true,
"href": "string",
"frameSrc": "string"
},
"orderByColumn": "string",
"isAsc": true
}'{
"code": 0,
"message": "",
"data": {
"records": [
{
"id": 0,
"createTime": "",
"createdBy": 0,
"updateTime": "",
"updatedBy": 0,
"version": 0,
"deleted": false,
"label": "",
"parentId": 0,
"sortValue": 0,
"children": [
{
"id": 0,
"createTime": "",
"createdBy": 0,
"updateTime": "",
"updatedBy": 0,
"version": 0,
"deleted": false,
"label": "",
"parentId": 0,
"sortValue": 0,
"children": [],
"name": "",
"path": "",
"component": "",
"redirect": "",
"icon": "",
"authority": "",
"type": "",
"hide": false,
"keepAlive": false,
"href": "",
"frameSrc": "",
"checked": false
}
],
"name": "",
"path": "",
"component": "",
"redirect": "",
"icon": "",
"authority": "",
"type": "",
"hide": false,
"keepAlive": false,
"href": "",
"frameSrc": "",
"checked": false
}
],
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0,
"optimizeCountQuery": false
},
"error": ""
}