|
@@ -44,8 +44,10 @@ public class WxPayV3Util {
|
44
|
44
|
//private static final String url_refund = "https://api.mch.weixin.qq.com/";//微信V3版本退款接口请求URL
|
45
|
45
|
private static final String authType = "WECHATPAY2-SHA256-RSA2048";
|
46
|
46
|
private static final String ApiV3Key = "2rbtb16aabm2ucfpzlf9nem3gcwohz83";
|
47
|
|
- private static final String privateKeyFilePath = "https://oss.tcjskd.com/delivery/upload/pay/wx/apiclient_key.pem";//标准证书的密钥
|
48
|
|
- private static final String privateFilePath = "https://oss.tcjskd.com/delivery/upload/pay/wx/apiclient_cert.pem";//标准的证书
|
|
47
|
+ /*private static final String privateKeyFilePath = "https://oss.tcjskd.com/delivery/upload/pay/wx/apiclient_key.pem";//标准证书的密钥
|
|
48
|
+ private static final String privateFilePath = "https://oss.tcjskd.com/delivery/upload/pay/wx/apiclient_cert.pem";//标准的证书*/
|
|
49
|
+ private static final String privateKeyFilePath = "https://oss.tcjskd.com/delivery/upload/2025/1/9/apiclient_key.pem";//标准证书的密钥
|
|
50
|
+ private static final String privateFilePath = "https://oss.tcjskd.com/delivery/upload/2025/1/9/apiclient_cert.pem";//标准的证书
|
49
|
51
|
|
50
|
52
|
|
51
|
53
|
/**
|