提交 82b70244 authored 作者: inroi's avatar inroi

微调

上级 50bd0d5f
...@@ -40,6 +40,7 @@ public class IMSApi implements API { ...@@ -40,6 +40,7 @@ public class IMSApi implements API {
try { try {
result = HttpUtil.postXml(this.url, InputDTOXml); result = HttpUtil.postXml(this.url, InputDTOXml);
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace();
throw new imsConnectException("ims连接失败,请检查ims参数"); throw new imsConnectException("ims连接失败,请检查ims参数");
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论