java110
2021-09-03 7c6e90dcb144f4c2dee4053ef6aa9531c23e5254
service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
old mode 100644 new mode 100755
@@ -29,6 +29,8 @@
    private String wxPayUnifiedOrder;
    private String wxNotifyUrl;
    private String rentingNotifyUrl;
    private String goodsNotifyUrl;
    private String oweFeeNotifyUrl;
    private String wechatAppId;//微信公众号ID
    private String wechatAppSecret;//微信公众号秘钥
@@ -130,4 +132,20 @@
    public void setRentingNotifyUrl(String rentingNotifyUrl) {
        this.rentingNotifyUrl = rentingNotifyUrl;
    }
    public String getOweFeeNotifyUrl() {
        return oweFeeNotifyUrl;
    }
    public void setOweFeeNotifyUrl(String oweFeeNotifyUrl) {
        this.oweFeeNotifyUrl = oweFeeNotifyUrl;
    }
    public String getGoodsNotifyUrl() {
        return goodsNotifyUrl;
    }
    public void setGoodsNotifyUrl(String goodsNotifyUrl) {
        this.goodsNotifyUrl = goodsNotifyUrl;
    }
}