|
@@ -533,11 +533,11 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
|
|
|
//列出v3local所有文件路径
|
|
|
File file = new File(v3localPath);
|
|
|
- List<String> v3localFilePaths = FileUtils.list(file);
|
|
|
+ List<String> localFilePaths = FileUtils.list(file);
|
|
|
|
|
|
HashMap<String, List<String>> map = new HashMap<>();
|
|
|
map.put("ossFilePaths", ossFilePaths);
|
|
|
- map.put("v3localFilePaths", v3localFilePaths);
|
|
|
+ map.put("localFilePaths", localFilePaths);
|
|
|
|
|
|
return map;
|
|
|
}
|