|
|
@ -221,7 +221,7 @@ public class FileServiceImpl implements FileService {
|
|
|
|
if(config!=null&&config.get("paramValue")!=null)
|
|
|
|
if(config!=null&&config.get("paramValue")!=null)
|
|
|
|
host = config.get("paramValue").toString();
|
|
|
|
host = config.get("paramValue").toString();
|
|
|
|
} catch (Exception ex) {
|
|
|
|
} catch (Exception ex) {
|
|
|
|
|
|
|
|
ex.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(!StringUtils.isEmpty(host)) {
|
|
|
|
if(!StringUtils.isEmpty(host)) {
|
|
|
|
String result = IDCUtils.post(host+"/spssync/file/downloadFile", params);
|
|
|
|
String result = IDCUtils.post(host+"/spssync/file/downloadFile", params);
|
|
|
|