|
@@ -852,9 +852,9 @@ public class EVisaServiceImpl implements EVisaService {
|
|
|
try {
|
|
|
String sys_isonline = ParamCache.getValue(CommonConstant.SYS_ISONLINE);
|
|
|
if ("20".equals(sys_isonline) || SystemUtils.isWindows() || SystemUtils.isMacOs()) {
|
|
|
- SIGN_HOST = "219.151.181.43";
|
|
|
+ SIGN_HOST = "113.250.191.113";
|
|
|
}
|
|
|
- SIGN_HOST = "219.151.181.43";
|
|
|
+ SIGN_HOST = "113.250.191.113";
|
|
|
System.out.println("电签Ip===:" + SIGN_HOST);
|
|
|
PaperlessClient paperlessClient = new PaperlessClient(SIGN_HOST, SIGN_PORT, 24000000, 81000000);
|
|
|
System.out.println("paperlessClient创建成功");
|
|
@@ -1058,7 +1058,7 @@ public class EVisaServiceImpl implements EVisaService {
|
|
|
try {
|
|
|
String sys_isonline = ParamCache.getValue(CommonConstant.SYS_ISONLINE);
|
|
|
if ("20".equals(sys_isonline) || SystemUtils.isWindows() || SystemUtils.isMacOs()) {
|
|
|
- SIGN_HOST = "219.151.181.43";
|
|
|
+ SIGN_HOST = "113.250.191.113";
|
|
|
}
|
|
|
System.out.println("电签Ip===:" + SIGN_HOST);
|
|
|
PaperlessClient paperlessClient = new PaperlessClient(SIGN_HOST, SIGN_PORT, 240000000, 810000000);
|
|
@@ -1317,7 +1317,7 @@ public class EVisaServiceImpl implements EVisaService {
|
|
|
try {
|
|
|
String sys_isonline = ParamCache.getValue(CommonConstant.SYS_ISONLINE);
|
|
|
if ("20".equals(sys_isonline) || SystemUtils.isWindows() || SystemUtils.isMacOs()) {
|
|
|
- SIGN_HOST = "219.151.181.43";
|
|
|
+ SIGN_HOST = "113.250.191.113";
|
|
|
}
|
|
|
System.out.println("电签Ip===:" + SIGN_HOST);
|
|
|
PaperlessClient paperlessClient = new PaperlessClient(SIGN_HOST, SIGN_PORT, 240000000, 810000000);
|
|
@@ -1396,7 +1396,7 @@ public class EVisaServiceImpl implements EVisaService {
|
|
|
try {
|
|
|
String sys_isonline = ParamCache.getValue(CommonConstant.SYS_ISONLINE);
|
|
|
if ("20".equals(sys_isonline) || SystemUtils.isWindows() || SystemUtils.isMacOs()) {
|
|
|
- SIGN_HOST = "219.151.181.43";
|
|
|
+ SIGN_HOST = "113.250.191.113";
|
|
|
}
|
|
|
System.out.println("电签Ip===:" + SIGN_HOST);
|
|
|
PaperlessClient paperlessClient = new PaperlessClient(SIGN_HOST, SIGN_PORT, 240000000, 810000000);
|
|
@@ -1681,7 +1681,7 @@ public class EVisaServiceImpl implements EVisaService {
|
|
|
try {
|
|
|
String sys_isonline = ParamCache.getValue(CommonConstant.SYS_ISONLINE);
|
|
|
if ("20".equals(sys_isonline) || SystemUtils.isWindows() || SystemUtils.isMacOs()) {
|
|
|
- SIGN_HOST = "219.151.181.43";
|
|
|
+ SIGN_HOST = "113.250.191.113";
|
|
|
}
|
|
|
PaperlessClient paperlessClient = new PaperlessClient(SIGN_HOST, SIGN_PORT, 240000000, 810000000);
|
|
|
paperlessClient.setSSL(false);
|
|
@@ -1708,7 +1708,7 @@ public class EVisaServiceImpl implements EVisaService {
|
|
|
List<PdfBean> pdfBeans = new ArrayList<>();
|
|
|
PdfBean pdfBean = new PdfBean();
|
|
|
pdfBean.setBizSerialNo(GUIDUtil.generateId());
|
|
|
- pdfBean.setInputSource("/mnt/sdc/signInfo" + loPdfurl);
|
|
|
+ pdfBean.setInputSource("/data/sdc/signInfo" + loPdfurl);
|
|
|
pdfBean.setInputType(BaseConstants.INPUT_TYPE_FILEPATH);
|
|
|
pdfBeans.add(pdfBean);
|
|
|
requestBody.setPdfBeans(pdfBeans);
|
|
@@ -1721,7 +1721,7 @@ public class EVisaServiceImpl implements EVisaService {
|
|
|
requestBody.setSealStrategies(sealStrategies);
|
|
|
|
|
|
//签章后文件保存地址,不为空时,直接将签章文件保存在此地址,不再返回签章后文档数据;ftp:auto
|
|
|
- requestBody.setOutputFilepath("/mnt/sdc/signInfo" + outPdfUrl);
|
|
|
+ requestBody.setOutputFilepath("/data/sdc/signInfo" + outPdfUrl);
|
|
|
|
|
|
//时间戳方式,默认为0;0:实时访问CFCA 时间戳服务;1:使用从CFCA购置并在本地部署的时间戳服务器产品;
|
|
|
requestBody.setTimestampChannel(BaseConstants.TIME_STAMP_CHANNEL_CFCA);
|