MrShi
2025-08-21 a223d5e29e9384f720ae98c44cbe10f8fa4f73e7
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;
}