Refactor(云灵AI):礼品商品轮播效果实现

This commit is contained in:
lifizer
2026-04-15 18:59:18 +08:00
parent 1d8b75e2d2
commit bca2513d22
6 changed files with 339 additions and 21 deletions
+5
View File
@@ -49,3 +49,8 @@ export function getHolidayData(params) {
export function getCompletionsV3(params) {
return request.get('/v1/chat/intent/recognize', params, { login: true })
}
// 通过关键字-搜索列表-换一换
export function getAnalyzeKeywordsChangeV3(data) {
return request.post('/v1/chat/goods/refresh', data, { login: true })
}