From 03465f0592665f3b7a26bc0fcbea129b3f3f5f74 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 18 Jul 2023 15:52:11 +0800
Subject: [PATCH] 商城商品修改

---
 src/main/java/cc/mrbird/febs/pay/properties/AliPayProperties.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/pay/properties/AliPayProperties.java b/src/main/java/cc/mrbird/febs/pay/properties/AliPayProperties.java
index 42e5e8d..0a78846 100644
--- a/src/main/java/cc/mrbird/febs/pay/properties/AliPayProperties.java
+++ b/src/main/java/cc/mrbird/febs/pay/properties/AliPayProperties.java
@@ -21,4 +21,6 @@
     private String privateKey;
 
     private String noticeUrl;
+
+    private String domain;
 }

--
Gitblit v1.9.1