头像视频合成后,上传,查看
This commit is contained in:
@@ -145,6 +145,18 @@ public class VideoSynthesisLog {
|
||||
@TableField("video_url")
|
||||
private String videoUrl;
|
||||
|
||||
/**
|
||||
* 视频名称
|
||||
*/
|
||||
@TableField("video_name")
|
||||
private String videoName;
|
||||
|
||||
/**
|
||||
* 临时对外URL链接
|
||||
*/
|
||||
@TableField("video_temp_url")
|
||||
private String videoTempUrl;
|
||||
|
||||
/**
|
||||
* 视频时长(秒)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user