| @@ -114,20 +114,7 @@ public class PhotoSpeakVideo extends TenantEntity { | |||||
| @io.swagger.annotations.ApiModelProperty(value="视频文件",name="videoId") | @io.swagger.annotations.ApiModelProperty(value="视频文件",name="videoId") | ||||
| private String 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") | @io.swagger.annotations.ApiModelProperty(value="",name="videoPath") | ||||
| private String videoPath; | private String videoPath; | ||||
| @io.swagger.annotations.ApiModelProperty(value="播放地址",name="videoPlayUrl") | @io.swagger.annotations.ApiModelProperty(value="播放地址",name="videoPlayUrl") | ||||