智慧保安后台管理-外网-验收版本
tangzy
2021-12-06 cc057177b2fb17aee9a173a6adbabdc578fd74c7
src/main/java/org/springblade/modules/FTP/OutJson.java
@@ -1,5 +1,7 @@
package org.springblade.modules.FTP;
import org.springblade.common.constant.FtpConstant;
import java.io.*;
public class OutJson {
@@ -152,8 +154,8 @@
    * @return
    */
   public static String TestJson(String fileName){
      //File file = new File("D:\\anbao\\"+fileName);
      File file = new File("/home/zhongsong/anbao/"+fileName);
      //File file = new File(FtpConstant.jsonUrl+fileName);
      File file = new File(FtpConstant.jsonUrl +fileName);
      StringBuilder localStrBulider = new StringBuilder();
      if(file.isFile() && file.exists()) {
         try {