Commit 8382712e authored by huyuchen's avatar huyuchen

huych-工行回单下载

parent 0158f1c5
...@@ -1082,7 +1082,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -1082,7 +1082,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
try { try {
JSch jsch = new JSch(); JSch jsch = new JSch();
// 添加私钥(注意:需要是没有密码保护的私钥) // 添加私钥(注意:需要是没有密码保护的私钥)
jsch.addIdentity(privateKeyPath); jsch.addIdentity(privateKeyPath2);
// 创建会话 // 创建会话
session = jsch.getSession(username, host, port); session = jsch.getSession(username, host, port);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment