zhouliwu 1 年之前
父節點
當前提交
a95bc65139

+ 5
- 3
frame-module-admin/src/main/java/com/bohuikeji/frame/module/admin/wxpay/MyConfig.java 查看文件

@@ -40,8 +40,11 @@ public class MyConfig extends WXPayConfig {
40 40
         return  wxpay;
41 41
     }
42 42
 
43
+    /**
44
+     * https://oss.tcjskd.com/delivery/upload/pay/wx/apiclient_cert.p12
45
+     */
43 46
     public MyConfig() {
44
-        this.certData=FileUtil.download("https://oss.tcjskd.com/delivery/upload/pay/wx/apiclient_cert.p12");
47
+        this.certData=FileUtil.download("https://oss.tcjskd.com/delivery/upload/2025/1/9/apiclient_cert.p12");
45 48
     }
46 49
 
47 50
     /**
@@ -60,7 +63,6 @@ public class MyConfig extends WXPayConfig {
60 63
      */
61 64
     @Override
62 65
     public String getMchID() {
63
-
64 66
         return "1703331958";
65 67
     }
66 68
 
@@ -74,7 +76,7 @@ public class MyConfig extends WXPayConfig {
74 76
     @Override
75 77
     public InputStream getCertStream() {
76 78
         //https://oss.bhynm.com/delivery/upload/2020/2/23/158243117447517.p12旧的
77
-        return FileUtil.download("https://oss.tcjskd.com/delivery/upload/pay/wx/apiclient_cert.p12");
79
+        return FileUtil.download("https://oss.tcjskd.com/delivery/upload/2025/1/9/apiclient_cert.p12");
78 80
     }
79 81
 
80 82
     @Override

Loading…
取消
儲存