java110
2020-11-11 32dd0a01f9dd7a8689b393f8f1bbf7e5b0f99498
service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
@@ -29,6 +29,7 @@
    private String wxPayUnifiedOrder;
    private String wxNotifyUrl;
    private String rentingNotifyUrl;
    private String oweFeeNotifyUrl;
    private String wechatAppId;//微信公众号ID
    private String wechatAppSecret;//微信公众号秘钥
@@ -130,4 +131,12 @@
    public void setRentingNotifyUrl(String rentingNotifyUrl) {
        this.rentingNotifyUrl = rentingNotifyUrl;
    }
    public String getOweFeeNotifyUrl() {
        return oweFeeNotifyUrl;
    }
    public void setOweFeeNotifyUrl(String oweFeeNotifyUrl) {
        this.oweFeeNotifyUrl = oweFeeNotifyUrl;
    }
}