curl --location --request GET '/adminapi/course.CourseCategory/detail?id ' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 1,
"show": 1,
"msg": "",
"data": {
"id": 1,
"name": "后端",
"pid": 0,
"image": "http://www.zsff.localhost/123",
"sort": 22,
"is_show": 1
}
}