curl --location --request GET '/adminapi/product/category/list'
{
"records": [
{
"categoryId": 0,
"categoryName": "string",
"keywords": "string",
"categoryDesc": "string",
"parentId": 0,
"sortOrder": 0,
"measureUnit": "string",
"isShow": 0,
"seoTitle": "string",
"shortName": "string",
"categoryPic": "string",
"categoryIco": "string",
"isHot": 0,
"searchKeywords": "string",
"hasChildren": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}