头像视频合成后,上传,查看

This commit is contained in:
spllzh
2025-10-08 11:50:49 +08:00
parent 45d061bad7
commit e5cba62007
26 changed files with 266 additions and 5 deletions

View File

@@ -104,6 +104,8 @@ public class DifyWorkflowResponseDto {

View File

@@ -18,6 +18,9 @@ import java.util.Map;
@Schema(description = "视频合成请求参数")
public class VideoSynthesisRequestDto {
@Schema(description = "视频名称")
private String videoName;
@NotBlank(message = "图片URL不能为空")
@Schema(description = "图片URL", required = true)
private String imageUrl;