|
@@ -4330,9 +4330,9 @@ public class FsUserCourseVideoServiceImpl extends ServiceImpl<FsUserCourseVideoM
|
|
|
updateMediaPublishStatus(videoResource.getHsyVid());
|
|
updateMediaPublishStatus(videoResource.getHsyVid());
|
|
|
}
|
|
}
|
|
|
//更新视频资源
|
|
//更新视频资源
|
|
|
- String storeUri = resp.getResult().getMediaInfoList(0).getSourceInfo().getStoreUri();
|
|
|
|
|
- String uri = storeUri.substring(storeUri.indexOf("/") + 1);
|
|
|
|
|
- String url = cloudHostProper.volcengineUrl+"/"+uri;
|
|
|
|
|
|
|
+// String storeUri = resp.getResult().getMediaInfoList(0).getSourceInfo().getStoreUri();
|
|
|
|
|
+// String uri = storeUri.substring(storeUri.indexOf("/") + 1);
|
|
|
|
|
+ String url = cloudHostProper.volcengineUrl+"/"+resp.getResult().getMediaInfoList(0).getSourceInfo().getFileName();
|
|
|
|
|
|
|
|
FsVideoResource fsVideoResource = new FsVideoResource();
|
|
FsVideoResource fsVideoResource = new FsVideoResource();
|
|
|
fsVideoResource.setId(videoResource.getId());
|
|
fsVideoResource.setId(videoResource.getId());
|