curl --location --request GET 'api/index/getCate' \
--form 'pid="12868"'
{
"status": 200,
"list": [
{
"id": 12869,
"name": "产品类型",
"name_en": "producttype",
"img": "",
"intro": "",
"subcate": [
{
"id": 12930,
"name": "自动识别",
"img": "",
"intro": ""
},
{
"id": 12872,
"name": "服装",
"img": "",
"intro": ""
}
]
},
{
"id": 12870,
"name": "场景类型",
"name_en": "scenetype",
"img": "",
"intro": "",
"subcate": [
{
"id": 12932,
"name": "自动匹配",
"img": "",
"intro": ""
},
{
"id": 12877,
"name": "简单场景",
"img": "",
"intro": ""
},
{
"id": 12878,
"name": "室内空间",
"img": "",
"intro": ""
}
]
}
]
}