curl --location --request GET 'http://localhost:81/category/content'
{
"code": 0,
"msg": "",
"data": {
"currentCategory": {
"createTime": "",
"updateTime": "",
"id": 0,
"name": "",
"keywords": "",
"pid": 0,
"iconUrl": "",
"picUrl": "",
"level": "",
"sort": 0,
"delFlag": false,
"remark": ""
},
"categoryList": [
{
"id": 0,
"text": "",
"icon": ""
}
],
"subCategoryList": [
{
"id": 0,
"text": "",
"icon": ""
}
]
}
}