curl --location --request GET 'http://192.168.1.76:8081/sys/video/getCate' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw'{
"msg": "操作成功",
"code": 200,
"data": [
{
"id": 62,
"categoryName": "新手必学",
"sort": 0,
"children": null
},
{
"id": 63,
"categoryName": "注意事项",
"sort": 1,
"children": null
},
{
"id": 64,
"categoryName": "安装教程",
"sort": 2,
"children": null
},
{
"id": 65,
"categoryName": "品牌教程",
"sort": 3,
"children": null
}
]
}