feat: 添加声纹管理-声纹向量音频播放功能

This commit is contained in:
zhuoqinglian
2026-03-16 09:50:24 +08:00
parent 860cbc36fd
commit 286079c93a
9 changed files with 261 additions and 29 deletions
@@ -60,3 +60,13 @@ export function updateVoicePrint(data: VoicePrint) {
},
})
}
// 获取音频下载ID
export function getAudioDownloadId(audioId: string) {
return http.Post<string>(`/agent/audio/${audioId}`, {}, {
meta: {
ignoreAuth: false,
toast: false,
},
})
}