{
"catId": 0,
"catName": "string",
"catParentId": 0,
"catPic": "string",
"typeId": 0,
"catIsVirtual": 0
}curl --location --request POST '/goods/cat/itemcat/queryVirtual' \
--header 'Content-Type: application/json' \
--data-raw '{
"catId": 0,
"catName": "string",
"catParentId": 0,
"catPic": "string",
"typeId": 0,
"catIsVirtual": 0
}'{
"code": 0,
"message": "",
"data": {}
}