curl --location --request GET '/shopapi/category/lists' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 7,
"name": "前端",
"pid": 0,
"image": "http://www.zsff.localhost/123",
"status": 1,
"sort": 22,
"sons": [
{
"id": 9,
"pid": 7,
"name": "html+css+js",
"image": "http://www.zsff.localhost/123",
"status": 1,
"create_time": "2022-05-19 14:47:27",
"course_num": 0
},
{
"id": 10,
"pid": 7,
"name": "vue",
"image": "http://www.zsff.localhost/123",
"status": 1,
"create_time": "2022-05-19 14:49:38",
"course_num": 0
},
{
"id": 11,
"pid": 7,
"name": "node.js",
"image": "http://www.zsff.localhost/123",
"status": 1,
"create_time": "2022-05-19 14:49:47",
"course_num": 0
}
],
"course_num": 0
},
{
"id": 1,
"name": "后端",
"pid": 0,
"image": "http://www.zsff.localhost/123",
"status": 1,
"sort": 22,
"sons": [
{
"id": 3,
"pid": 1,
"name": "java",
"image": "http://www.zsff.localhost/123",
"status": 1,
"create_time": "2022-05-19 14:41:35",
"course_num": 0
},
{
"id": 4,
"pid": 1,
"name": "php",
"image": "http://www.zsff.localhost/123",
"status": 1,
"create_time": "2022-05-19 14:41:40",
"course_num": 0
},
{
"id": 5,
"pid": 1,
"name": "lua",
"image": "http://www.zsff.localhost/123",
"status": 1,
"create_time": "2022-05-19 14:41:50",
"course_num": 0
},
{
"id": 6,
"pid": 1,
"name": "c",
"image": "http://www.zsff.localhost/123",
"status": 1,
"create_time": "2022-05-19 14:44:32",
"course_num": 0
},
{
"id": 12,
"pid": 1,
"name": "redis",
"image": "http://www.zsff.localhost/123",
"status": 1,
"create_time": "2022-05-19 14:49:47",
"course_num": 0
}
],
"course_num": 0
}
],
"count": 2,
"page_no": 1,
"page_size": 25,
"extend": []
}
}