{
"entity":"",
"pageNum":1,
"pageSize":5
}
curl --location --request POST 'http://localhost:8086/file/getFileList' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity":"",
"pageNum":1,
"pageSize":5
}'
{
"msg": "string",
"code": 0,
"data": {
"total": 0,
"pageData": [
{
"id": "string",
"kgName": "string",
"kgDesc": "string",
"kgType": "string",
"filePath": "string",
"createTime": "string"
}
]
}
}