diff --git a/scripts/config.js b/scripts/config.js index b112147..fee7e8f 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -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" } ],