From e4dbdce2825a07cd11f99b98cf58e94ebb20e233 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 22 十月 2020 11:03:53 +0800
Subject: [PATCH] 优化缓存问题

---
 service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java b/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
index 042483e..8d40208 100644
--- a/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
+++ b/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
@@ -28,9 +28,13 @@
     private String mchId;
     private String wxPayUnifiedOrder;
     private String wxNotifyUrl;
+    private String rentingNotifyUrl;
+    private String oweFeeNotifyUrl;
 
     private String wechatAppId;//寰俊鍏紬鍙稩D
     private String wechatAppSecret;//寰俊鍏紬鍙风閽�
+
+    private String sendMsgUrl;//寰俊鍏紬鍙锋帹閫佹ā鏉夸俊鎭摼鎺�
 
     public String getSessionHost() {
         return sessionHost;
@@ -111,4 +115,28 @@
     public void setWechatAppSecret(String wechatAppSecret) {
         this.wechatAppSecret = wechatAppSecret;
     }
+
+    public String getSendMsgUrl() {
+        return sendMsgUrl;
+    }
+
+    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;
+    }
 }

--
Gitblit v1.8.0