java110
2020-09-24 977f54e5e988f060261e47f29975ac02857bad03
service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
@@ -28,6 +28,7 @@
    private String mchId;
    private String wxPayUnifiedOrder;
    private String wxNotifyUrl;
    private String rentingNotifyUrl;
    private String wechatAppId;//微信公众号ID
    private String wechatAppSecret;//微信公众号秘钥
@@ -121,4 +122,12 @@
    public void setSendMsgUrl(String sendMsgUrl) {
        this.sendMsgUrl = sendMsgUrl;
    }
    public String getRentingNotifyUrl() {
        return rentingNotifyUrl;
    }
    public void setRentingNotifyUrl(String rentingNotifyUrl) {
        this.rentingNotifyUrl = rentingNotifyUrl;
    }
}