curl --location --request GET '/api/goods_category/lists' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"pid": 0,
"name": "家庭清洁",
"level": 1,
"image": "http://www.smyy.localhost/1111",
"sons": [
{
"id": 2,
"pid": 1,
"name": "日常清洁",
"level": 2,
"image": "http://www.smyy.localhost/1111"
}
]
}
],
"count": 2,
"page_no": 1,
"page_size": 25,
"extend": []
}
}