头像视频合成支持动态模型
This commit is contained in:
@@ -42,3 +42,12 @@ export function getVideoSynthesisStatus(taskId) {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 播放视频
|
||||
export function playVideo(minioPath, expires = 900) {
|
||||
return request({
|
||||
url: `/video-synthesis/play/${minioPath}`,
|
||||
method: 'get',
|
||||
params: { expires }
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user