dengsixing 11 달 전
부모
커밋
beccd02756
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/fdkankan/contro/controller/SceneFileController.java

+ 1 - 0
src/main/java/com/fdkankan/contro/controller/SceneFileController.java

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