From 3986351eeba785bc7b42a9bde188b18f481d5872 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 25 九月 2020 11:16:47 +0800
Subject: [PATCH] 优化代码
---
service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java | 9 +++++++++
1 files changed, 9 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 aa831f3..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
@@ -29,6 +29,7 @@
private String wxPayUnifiedOrder;
private String wxNotifyUrl;
private String rentingNotifyUrl;
+ private String oweFeeNotifyUrl;
private String wechatAppId;//寰俊鍏紬鍙稩D
private String wechatAppSecret;//寰俊鍏紬鍙风閽�
@@ -130,4 +131,12 @@
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