|
@@ -221,9 +221,7 @@ public class SceneFileController{
|
|
|
}
|
|
|
|
|
|
@PostMapping("/send_bd")
|
|
|
- public ResultData noticeBuildBd(Map<String, String> params) throws Exception {
|
|
|
- String uuid = params.get("uuid");
|
|
|
- String dir = params.get("dir");
|
|
|
+ public ResultData noticeBuildBd(String uuid, String dir) throws Exception {
|
|
|
String prefix = "http://192.168.0.25/oss/bd_server/" + dir + "/";
|
|
|
String path = "/oss/4dkankan/bd_server/" + dir;
|
|
|
List<String> strings = FileUtil.listFileNames(path);
|