|
@@ -1335,7 +1335,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
if(!panoramaImageList.contains(fileName)){
|
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_5063);
|
|
|
}
|
|
|
- String url = ossUrlPrefix + ossResultPath + fileName;
|
|
|
+ String url = ossResultPath + fileName;
|
|
|
String downloadName = fileName;
|
|
|
map.put("asyn", CommonStatus.NO.code());
|
|
|
map.put("fileUrl", url + "?t=" + System.currentTimeMillis());
|
|
@@ -1536,7 +1536,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
@Override
|
|
|
public DownloadVO downloadBallScreenVideo(BallScreenVideoParamVO param) {
|
|
|
String videoPath = String.format(UploadFilePath.VIDEOS_VIEW_PATH, param.getNum()) + param.getFileName();
|
|
|
- String url = ossUrlPrefix + videoPath + "?t=" + System.currentTimeMillis();
|
|
|
+ String url = videoPath + "?t=" + System.currentTimeMillis();
|
|
|
return DownloadVO.builder()
|
|
|
.fileName(param.getFileName())
|
|
|
.url(url)
|