|
|
@@ -114,20 +114,7 @@ public class PhotoSpeakVideo extends TenantEntity { |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="视频文件",name="videoId") |
|
|
|
private String videoId; |
|
|
|
@TableField(exist = false) |
|
|
|
private String videoPathUri; |
|
|
|
public String getVideoPathUri(){ |
|
|
|
if(StringUtils.isNotBlank(this.videoPath)){ |
|
|
|
videoPathUri = AiVideoHelper.uri; |
|
|
|
} |
|
|
|
return videoPathUri; |
|
|
|
} |
|
|
|
// public String getPhotoSpeakPathUri(){ |
|
|
|
// if(StringUtils.isNotBlank(this.videoPath)){ |
|
|
|
// videoPathUri = AiVideoHelper.url; |
|
|
|
// } |
|
|
|
// return videoPathUri; |
|
|
|
// } |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="",name="videoPath") |
|
|
|
private String videoPath; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="播放地址",name="videoPlayUrl") |
|
|
|