Commit f0af7dd7 authored by huyuchen's avatar huyuchen

huych-工行回单下载

parent f0aeb45e
......@@ -1098,7 +1098,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
session = jsch.getSession(username, host, port);
// 关闭严格的主机密钥检查(生产环境应配置known_hosts)
session.setConfig("StrictHostKeyChecking", "no");
session.setConfig("StrictHostKeyChecking", "yes");
// 连接会话
session.connect();
......
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