| | |
| | | @Override |
| | | public ResponseResult downloadImages(List<String> jobIds) { |
| | | String localSaveDir = "/home/drone/web/zip"; |
| | | String filepath=localSaveDir+TimerUtil.getNowDay(); |
| | | String downPath="https://wrj.shuixiongit.com/downloadZip/"; |
| | | String filepath=TimerUtil.getNowDay()+".zip"; |
| | | try { |
| | | String bucketPath = "/data/software/minio-data/cloud-bucket"; |
| | | List<String> prefixes = getUniqueFilePaths(jobIds); |
| | |
| | | e.printStackTrace(); |
| | | return ResponseResult.error("下载失败" + e.getMessage()); |
| | | } |
| | | return ResponseResult.success(filepath); |
| | | return ResponseResult.success(downPath+filepath); |
| | | } |
| | | |
| | | @Override |