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