curl --location --request GET '/api/common/pc/getCatFloor' \
--header 'X-Shop-Id: 0'
{
"catFloor": [
{
"catFloorId": 0,
"catFloorName": "string",
"floorIcoFont": "string",
"catList": [
{
"id": 0,
"name": "string",
"pic": "string",
"children": [
{
"weight": {},
"name": {
"empty": true
},
"id": 0,
"parentId": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"empty": true,
"property1": {},
"property2": {}
}
]
}
]
}
],
"icoDefinedCss": "string"
}