支付,支持微信新的公钥支付模式

This commit is contained in:
2025-04-27 04:33:33 +08:00
parent 5a4f6a5af3
commit e9d80cecc7
3 changed files with 24 additions and 7 deletions

View File

@ -7,6 +7,8 @@ public class WxMpPayConfig {
private String merchantId;
private String appId;
private String privateKey;
private String wxPublicKey;
private String wxPublicKeyId;
private String serialNumber;
private String apiV3Key;
}