{
"id":"225eb6cabcb9820768271c706c985ae2"
}
curl --location --request POST 'http://localhost:18082/aigc/docs/getById' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":"225eb6cabcb9820768271c706c985ae2"
}'
{
"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"
}
}