curl --location --request GET 'https://kingdeexc.51kuaiding.com/shopapi/goods_category/lists' \
--header 'version: 1.1.1'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"pid": 0,
"name": "string",
"level": 0,
"image": "string",
"sons": [
{}
]
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}