diff --git a/api/chat/index.js b/api/chat/index.js index 32bfaee..86e1fc7 100644 --- a/api/chat/index.js +++ b/api/chat/index.js @@ -52,7 +52,7 @@ export function getCompletionsV3(params) { // 通过关键字-搜索列表-换一换 export function getAnalyzeKeywordsChangeV3(data) { - return request.post('/v1/chat/goods/refresh', data, { login: true }) + return request.post('/v1/chat/skill/refresh', data, { login: true }) } // 以图搜索商品