{
"page":1,
"limit":10
}
curl --location --request POST 'http://localhost:18082/aigc/docs/getPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"page":1,
"limit":10
}'
{
"code": 0,
"message": "string",
"result": {
"rows": [
{
"id": "string",
"knowledgeId": "string",
"name": "string",
"type": "string",
"url": "string",
"size": 0,
"sliceNum": 0,
"sliceStatus": true,
"createTime": "string",
"updateTime": "string"
}
],
"total": 0
}
}