|
@@ -220,9 +220,7 @@ public class SceneFileController{
|
|
|
public ResultData noticeBuildBd(String uuid) throws Exception {
|
|
|
String prefix = "http://192.168.0.25/oss/bd_server/" + uuid + "/";
|
|
|
String path = "/oss/4dkankan/bd_server/" + uuid;
|
|
|
-// List<String> strings = FileUtil.listFileNames(path);
|
|
|
- List<String> strings = new ArrayList<>();
|
|
|
- strings.add("asdf.jpeg");
|
|
|
+ List<String> strings = FileUtil.listFileNames(path);
|
|
|
strings.parallelStream().forEach(fileName ->{
|
|
|
String url = prefix.concat(fileName);
|
|
|
SendCallAlgorithmDetail detail = new SendCallAlgorithmDetail();
|