jiangping
2025-07-19 0cfbaf9a439dc75824c52a6e58b6849064afbc80
server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java
@@ -63,4 +63,14 @@
    private String privateKeyPath ;
    private String privateCertPath;// gybike
    private String wechatSerialNumer;
    private String wechatPayPublicKeyId; // 微信支付公钥ID
    private String wechatPubKeyPath; //微信支付公钥文件路径
    private String wechatPrivateKeyPath;
    private String wechatNotifyUrl;
//    private String wechatApiV3Key;
//    private String wechatPlatformPubKeyPath;
}