java110
2020-09-25 3986351eeba785bc7b42a9bde188b18f481d5872
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;
    }
}