fix
This commit is contained in:
parent
2600624049
commit
2fcfef3410
@ -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" }
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user