java110
2020-09-25 3986351eeba785bc7b42a9bde188b18f481d5872
service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
@@ -28,6 +28,8 @@
    private String mchId;
    private String wxPayUnifiedOrder;
    private String wxNotifyUrl;
    private String rentingNotifyUrl;
    private String oweFeeNotifyUrl;
    private String wechatAppId;//微信公众号ID
    private String wechatAppSecret;//微信公众号秘钥
@@ -121,4 +123,20 @@
    public void setSendMsgUrl(String sendMsgUrl) {
        this.sendMsgUrl = sendMsgUrl;
    }
    public String getRentingNotifyUrl() {
        return rentingNotifyUrl;
    }
    public void setRentingNotifyUrl(String rentingNotifyUrl) {
        this.rentingNotifyUrl = rentingNotifyUrl;
    }
    public String getOweFeeNotifyUrl() {
        return oweFeeNotifyUrl;
    }
    public void setOweFeeNotifyUrl(String oweFeeNotifyUrl) {
        this.oweFeeNotifyUrl = oweFeeNotifyUrl;
    }
}