curl --location --request POST 'http://localhost:18082/aigc/docs/getList'
{
"code": 0,
"message": "string",
"result": [
{
"id": "string",
"knowledgeId": "string",
"name": "string",
"type": "string",
"url": "string",
"size": 0,
"sliceNum": 0,
"sliceStatus": true,
"createTime": "string",
"updateTime": "string"
}
]
}