feat(logging): add loglevel package and implement logger utility

refactor(document): update document list filtering and API request handling
This commit is contained in:
2025-10-20 14:57:43 +08:00
parent 266b10a23b
commit 85eb3ab3da
7 changed files with 140 additions and 70 deletions

View File

@@ -68,7 +68,7 @@ const knowledgeService = {
params?: IFetchKnowledgeListRequestParams,
body?: IFetchDocumentListRequestBody
) => {
return request.post(api.get_document_list, { data: body || {} }, { params });
return request.post(api.get_document_list, body || {}, { params });
},
// 创建文档