Refactor(云灵AI):礼品商品轮播效果实现
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user