|
@@ -209,7 +209,7 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
|
|
|
//上传压缩包
|
|
//上传压缩包
|
|
String uploadPath = String.format(this.zipOssFormat, num);
|
|
String uploadPath = String.format(this.zipOssFormat, num);
|
|
- uploadToOssUtil.upload(zipPath, uploadPath);
|
|
|
|
|
|
+ uploadToOssUtil.uploadBySh(zipPath, uploadPath);
|
|
|
|
|
|
//更新进度100
|
|
//更新进度100
|
|
String url = this.publicUrl + uploadPath;
|
|
String url = this.publicUrl + uploadPath;
|