curl --location --request GET '/system/WebsiteManage/listAllWebsiteCategory?pageNum=1&pageSize=10' \
--header 'Authorization: Bearer {{token}}'{
"total": 2,
"rows": [
{
"id": "1b0bf9f05e32465c8502d560dba2b3ea",
"name": "影音专区123"
},
{
"id": "79506e49953447d9b78d2df3f9fcfcc8",
"name": "影音专区"
}
],
"code": 200,
"msg": "查询成功"
}