|
@@ -361,6 +361,9 @@ public class OssUtil {
|
|
|
}
|
|
|
|
|
|
public String getFileContent(String prefix, String pathKey) {
|
|
|
+ if(!FileUtil.exist(FdkkLaserConfig.getProfile(prefix) + File.separator + pathKey)){
|
|
|
+ return null;
|
|
|
+ }
|
|
|
return FileUtil.readUtf8String(FdkkLaserConfig.getProfile(prefix) + File.separator + pathKey);
|
|
|
}
|
|
|
public String getFileContentloc(String pathKey) {
|