Browse Source

工行改造

dsx 2 years ago
parent
commit
253ab1570c

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

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