Sfoglia il codice sorgente

添加上传zip的接口

tianboguang 2 anni fa
parent
commit
a4e9ee9e62

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

@@ -124,8 +124,10 @@ public class SceneFileController{
         if(ObjectUtils.isEmpty(filePath)){
             throw new BusinessException(ErrorCode.PARAM_ERROR,"filePath为空。");
         }
-
         // 读取本地文件并校验文件
+        // 读取config.json
+
+
 
         // 解压获取dataSource 并上传资源到OSS
         String dataSource = null;