java110
2021-03-05 23e50e9ef7f7189cb8e26c86e30de2e83486cf62
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 goodsNotifyUrl;
    private String oweFeeNotifyUrl;
    private String wechatAppId;//微信公众号ID
@@ -139,4 +140,12 @@
    public void setOweFeeNotifyUrl(String oweFeeNotifyUrl) {
        this.oweFeeNotifyUrl = oweFeeNotifyUrl;
    }
    public String getGoodsNotifyUrl() {
        return goodsNotifyUrl;
    }
    public void setGoodsNotifyUrl(String goodsNotifyUrl) {
        this.goodsNotifyUrl = goodsNotifyUrl;
    }
}