curl --location --request GET '/adminapi/file/listCate?type=' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"pid": 0,
"type": 10,
"name": "顶级文件分类",
"children": [
{
"id": 2,
"pid": 1,
"type": 10,
"name": "分类1"
}
]
}
],
"count": 2,
"page_no": 1,
"page_size": 25,
"extend": []
}
}