xiaoyong931011
2023-08-14 a7826c5e4f0a02ba88446e60456f62c2c3ef13ec
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;
}