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; } }