curl --location --request GET '/adminapi/course.CourseCategory/levelBylists?level ' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 7,
"name": "前端",
"pid": 0,
"image": "http://www.zsff.localhost/123",
"is_show": 1,
},
{
"id": 1,
"name": "后端",
"pid": 0,
"image": "http://www.zsff.localhost/123",
"is_show": 1,
}
],
"count": 2,
"page_no": 1,
"page_size": 25,
"extend": []
}
}