feat(logging): add loglevel package and implement logger utility
refactor(document): update document list filtering and API request handling
This commit is contained in:
@@ -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 });
|
||||
},
|
||||
|
||||
// 创建文档
|
||||
|
||||
Reference in New Issue
Block a user