Authori-Zation: ********************
curl --location --request GET '/adminapi/store/category/cascader_list/1' \
--header 'Authori-Zation;'
{
"status": 200,
"msg": "ok",
"data": [
{
"value": 12,
"label": "测试是",
"pid": 0,
"children": [
{
"value": 13,
"label": "测试是1",
"pid": 12
}
]
},
{
"value": 10,
"label": "测试",
"pid": 0,
"children": [
{
"value": 11,
"label": "测试1",
"pid": 10
}
]
}
]
}