|
|
@@ -122,12 +122,12 @@ public class PhotoSpeakVideo extends TenantEntity { |
|
|
|
} |
|
|
|
return videoPathUri; |
|
|
|
} |
|
|
|
public String getPhotoSpeakPathUri(){ |
|
|
|
if(StringUtils.isNotBlank(this.videoPath)){ |
|
|
|
videoPathUri = AiVideoHelper.url; |
|
|
|
} |
|
|
|
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") |
|
|
|