|
@@ -239,6 +239,7 @@ public class SceneFileController{
|
|
String prefix = "http://" + ossHost + "/oss/bd_server/" + dir + "/";
|
|
String prefix = "http://" + ossHost + "/oss/bd_server/" + dir + "/";
|
|
String path = "/oss/4dkankan/bd_server/" + dir;
|
|
String path = "/oss/4dkankan/bd_server/" + dir;
|
|
List<String> strings = FileUtil.listFileNames(path);
|
|
List<String> strings = FileUtil.listFileNames(path);
|
|
|
|
+ log.info("------------------------path:{}", strings);
|
|
strings.parallelStream().forEach(fileName ->{
|
|
strings.parallelStream().forEach(fileName ->{
|
|
String url = prefix.concat(fileName);
|
|
String url = prefix.concat(fileName);
|
|
SendCallAlgorithmDetail detail = new SendCallAlgorithmDetail();
|
|
SendCallAlgorithmDetail detail = new SendCallAlgorithmDetail();
|