Authorization: Bearer ********************
{
"pageNum": "string",
"pageSize": "string"
}
curl --location --request GET 'http://localhost:3000/menu/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "string",
"pageSize": "string"
}'
{"code":200,"data":{"list":[{"id":1,"menuName":"控制台","order":0,"parentId":null,"icon":null,"component":"in","path":"deserunt ut culpa","createTime":"2023-08-08T08:52:07.874Z","updateTime":"2023-08-08T08:52:07.874Z"}],"total":1},"message":"操作成功"}