Browse Source

短信登录

huangxingxing 1 year ago
parent
commit
a5bc37c569
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/main/java/com/miniframe/tools/XIFileUtils.java

+ 5 - 1
src/main/java/com/miniframe/tools/XIFileUtils.java

@@ -1,5 +1,6 @@
 package com.miniframe.tools;
 package com.miniframe.tools;
 
 
+
 import com.google.common.io.Resources;
 import com.google.common.io.Resources;
 import com.miniframe.constant.MFConstant;
 import com.miniframe.constant.MFConstant;
 import com.miniframe.core.IniFileReader;
 import com.miniframe.core.IniFileReader;
@@ -37,7 +38,9 @@ public class XIFileUtils {
     static {
     static {
 
 
 //        IniFileReader reader = new IniFileReader(IniFileReader.defaultConfig);
 //        IniFileReader reader = new IniFileReader(IniFileReader.defaultConfig);
-//        String pathStr = reader.getStrValue("fileuploadpath");
+//        String pathStr = reader.getStrValue("fileuploadpath"
+//
+//        );
 //        if(UtilTools.isNullOrBlank(pathStr)){
 //        if(UtilTools.isNullOrBlank(pathStr)){
 //            pathStr = XIConfig.fileRootPath;
 //            pathStr = XIConfig.fileRootPath;
 //        }
 //        }
@@ -105,6 +108,7 @@ public class XIFileUtils {
 
 
     public static String getRelativizePathStr(String pathStr) {
     public static String getRelativizePathStr(String pathStr) {
 
 
+
         return getRelativizePathStr(Paths.get(pathStr));
         return getRelativizePathStr(Paths.get(pathStr));
 
 
     }
     }