mitao
2024-08-06 356b6e4b0a11a6e44717dc9b92beaacc9c0c4b7a
ruoyi-modules/ruoyi-order/src/main/java/com/ruoyi/order/util/tencent/common/Configure.java
@@ -42,7 +42,9 @@
   //HTTPS证书的本地路径
   private static String certLocalPath;
   static{//从服务器相对路径中获取
      certLocalPath = Configure.class.getClassLoader().getResource("").getPath() + "com/ruoyi/order/util/tencent/common/cert/apiclient_cert.p12";
      // certLocalPath = Configure.class.getClassLoader().getResource("").getPath() + "com/ruoyi/order/util/tencent/common/cert/apiclient_cert.p12";
      certLocalPath = Configure.class.getClassLoader().getResource("").getPath()
            + "cert/apiclient_cert.p12";
   }
   
   //HTTPS证书密码,默认密码等于商户号MCHID
@@ -51,7 +53,9 @@
   //HTTPS证书的本地路径
   private static String certLocalPath_2;
   static{//从服务器相对路径中获取
      certLocalPath_2 = Configure.class.getClassLoader().getResource("").getPath() + "com/ruoyi/order/util/tencent/common/cert_2/apiclient_cert.p12";
      // certLocalPath_2 = Configure.class.getClassLoader().getResource("").getPath() + "com/ruoyi/order/util/tencent/common/cert_2/apiclient_cert.p12";
      certLocalPath_2 = Configure.class.getClassLoader().getResource("").getPath()
            + "cert_2/apiclient_cert.p12";
   }   
   
   //HTTPS证书密码,默认密码等于商户号MCHID