From 2fcfef34104f4008df8cdb271a624386cef6ac3f Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 9 Jun 2025 13:42:55 +0800 Subject: [PATCH] fix --- scripts/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ],