Commit dfbb3490 authored by huyuchen's avatar huyuchen

huych-商险到期提醒修改

parent fabff147
......@@ -123,8 +123,8 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
// 获取当前类加载器
ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
// 获取资源的URL
URL resourceUrl = classLoader.getResource("file/ahwx_y_1302.cer");
URL resourceUrl1 = classLoader.getResource("file/API_GATEWAY_ICBC_SM_REAL.cer");
URL resourceUrl = classLoader.getResource("/file/ahwx_y_1302.cer");
URL resourceUrl1 = classLoader.getResource("/file/API_GATEWAY_ICBC_SM_REAL.cer");
String ca_sm = IcbcSignature.getCAInfoStr(resourceUrl.getPath());
String ca_sm_icbc = IcbcSignature.getCAInfoStr(resourceUrl1.getPath());
......
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