-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
问题复现
curl --location --request POST 'http://47.106.72.199/api/collection/64ae3cda4927ea0019123c93/documents?file=' \
--header 'User-Agent: Apifox/1.0.0 (https://www.apifox.cn)' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer 3c7f2c86-92bb-4df6-8f28-867e80b1ec69' \
--data-raw '{
"fileType": "text",
"content": "hello what is ur name"
}'
返回
{
"code": 0,
"data": {
"task_id": "48f5fb87-c268-415e-973b-d79ff4d2d1c1"
},
"msg": "success"
}
但是查询知识库中文档列表,始终无法找到
curl --location --request GET 'http://47.106.72.199/api/collection/64ae3cda4927ea0019123c93/documents?page=1&size=10' \
--header 'User-Agent: Apifox/1.0.0 (https://www.apifox.cn)' \
--header 'Authorization: Bearer 3c7f2c86-92bb-4df6-8f28-867e80b1ec69'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working