|
@@ -395,7 +395,7 @@ public class SceneUpgradeToV4Service implements ISceneUpgradeToV4Service {
|
|
|
if(!fYunFileService.fileExist(dataViewPath + fileName)){
|
|
|
fileName = "Up.xml";
|
|
|
}
|
|
|
- String upXMLUrl = "https://4dkk.4dage.com/" + dataViewPath + fileName;
|
|
|
+ String upXMLUrl = ossUrlPrefix + dataViewPath + fileName;
|
|
|
videosJson.replace("upPath", upXMLUrl);
|
|
|
scenePlusExt.setVideos(videosJson.toJSONString());
|
|
|
}
|