This commit is contained in:
luke 2025-06-09 13:42:55 +08:00
parent 2600624049
commit 2fcfef3410

View File

@ -11,7 +11,7 @@ const defaultConfig = {
},
esSearch: {
name: "ES 搜索接口",
url: "http://app.wisdompulse.cn/search",
url: "http://app.wisdompulse.cn/api/v1/doc/search",
requestParams: [
{ label: "关键词组", field: "keywordGroups" },
{ label: "页码", field: "page" },
@ -43,7 +43,7 @@ const defaultConfig = {
},
filePath: {
name: "获取文件路径接口(批量)",
url: "http://app.wisdompulse.cn/search/file-path",
url: "http://app.wisdompulse.cn/api/v1/doc/file-path",
requestParams: [
{ label: "文件名数组字段", field: "fileNames" }
],