Refactor(云灵AI):以图搜索接口对接

This commit is contained in:
lifizer
2026-04-16 10:23:57 +08:00
parent b8413ab13f
commit 0ad78b11db
4 changed files with 57 additions and 68 deletions
+5
View File
@@ -54,3 +54,8 @@ export function getCompletionsV3(params) {
export function getAnalyzeKeywordsChangeV3(data) {
return request.post('/v1/chat/goods/refresh', data, { login: true })
}
// 以图搜索商品
export function getAnalyzeByImageV3(data) {
return request.post('/v1/chat/image/recognition', data, { login: true })
}