xiaoyong931011
2023-07-18 03465f0592665f3b7a26bc0fcbea129b3f3f5f74
src/main/java/cc/mrbird/febs/common/properties/XcxProperties.java
@@ -16,7 +16,19 @@
    private String xcxSecret;
    private String wecharPaynotifyUrl;
    private String wecharRechargePaynotifyUrl;
    //测试支付的开关,true:支付0.01元
    private Boolean debug;
    //支付证书地址
    private String certLocalPath;
    //微信商户号
    private String wecharpayMchid;
    //支付秘钥
    private String wecharpaySecret;
    //高德KEY
    private String gaodeKey;
    //高德serviceName
    private String serviceName;
}