فهرست منبع

本地版配置

dengsixing 2 سال پیش
والد
کامیت
1fe000649a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/java/com/fdkankan/download/service/impl/SceneDownloadHandlerServiceImpl.java

+ 2 - 2
src/main/java/com/fdkankan/download/service/impl/SceneDownloadHandlerServiceImpl.java

@@ -270,7 +270,7 @@ public class SceneDownloadHandlerServiceImpl {
             fYunFileService.uploadFileByCommand(bucket, zipPath, uploadPath);
 
             //更新进度100
-            String url = this.publicUrl + uploadPath + "?t=" + Calendar.getInstance().getTimeInMillis();
+            String url = uploadPath + "?t=" + Calendar.getInstance().getTimeInMillis();
             this.updateProgress(null, num, SceneDownloadProgressStatus.DOWNLOAD_SUCCESS.code(), url, "v4");
 
         }catch (Exception e){
@@ -347,7 +347,7 @@ public class SceneDownloadHandlerServiceImpl {
             fYunFileService.uploadFileByCommand(bucket, zipPath, uploadPath);
 
             //更新进度100
-            String url = this.publicUrl + uploadPath + "?t=" + Calendar.getInstance().getTimeInMillis();
+            String url = uploadPath + "?t=" + Calendar.getInstance().getTimeInMillis();
             this.updateProgress(null, num, SceneDownloadProgressStatus.DOWNLOAD_SUCCESS.code(), url, "v3");
 
         }catch (Exception e){