curl --location --request GET '/api/category/record?page=1&size=30' \
--header 'Authorization;'
{
"state": "success",
"info": {
"total": 1,
"tree": true,
"data": [
{
"id": 1,
"pid": 0,
"name": "软件",
"sort": 0,
"data": "",
"sub": []
}
]
}
}