From bd199ec0fa775f8ec6fbbad0c8ad082394d595db Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 05 八月 2021 14:09:22 +0800
Subject: [PATCH] 优化代码

---
 service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java |   18 ++++++++++++++++++
 1 files changed, 18 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
old mode 100644
new mode 100755
index aa831f3..1ca988b
--- a/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
+++ b/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
@@ -29,6 +29,8 @@
     private String wxPayUnifiedOrder;
     private String wxNotifyUrl;
     private String rentingNotifyUrl;
+    private String goodsNotifyUrl;
+    private String oweFeeNotifyUrl;
 
     private String wechatAppId;//寰俊鍏紬鍙稩D
     private String wechatAppSecret;//寰俊鍏紬鍙风閽�
@@ -130,4 +132,20 @@
     public void setRentingNotifyUrl(String rentingNotifyUrl) {
         this.rentingNotifyUrl = rentingNotifyUrl;
     }
+
+    public String getOweFeeNotifyUrl() {
+        return oweFeeNotifyUrl;
+    }
+
+    public void setOweFeeNotifyUrl(String oweFeeNotifyUrl) {
+        this.oweFeeNotifyUrl = oweFeeNotifyUrl;
+    }
+
+    public String getGoodsNotifyUrl() {
+        return goodsNotifyUrl;
+    }
+
+    public void setGoodsNotifyUrl(String goodsNotifyUrl) {
+        this.goodsNotifyUrl = goodsNotifyUrl;
+    }
 }

--
Gitblit v1.8.0