From c74a6f59490cfb9a0ee37f70427739b74e7fbd58 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 20 五月 2026 08:50:29 +0800
Subject: [PATCH] 代码生成

---
 server/services/src/main/resources/application-dev.yml |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/server/services/src/main/resources/application-dev.yml b/server/services/src/main/resources/application-dev.yml
index d31d65f..673f0ff 100644
--- a/server/services/src/main/resources/application-dev.yml
+++ b/server/services/src/main/resources/application-dev.yml
@@ -34,17 +34,21 @@
 #            enable: true
 #            required: true
   mail:
-    host: smtp.exmail.qq.com
-    username: jp@doumee.com
-    password: 2Jz9HFW2U7vRnCRu
+    host: smtp.qq.com
+    port: 465
+    username: 1171472578@qq.com
+    password: bxecisqcmdauibgb
     default-encoding: UTF-8
     properties:
       mail:
         smtp:
           auth: true
-        starttls:
-          enable: true
-          required: true
+          ssl:
+            enable: true
+            trust: smtp.qq.com
+            socketFactory:
+              class: javax.net.ssl.SSLSocketFactory
+              port: 465
 
 debug_model: true
 
@@ -95,8 +99,8 @@
     apiV3Key: NJTLJSTZYXZRGScaiwubuzichanbu666 #apiV3Key
     serialNumer: 25D19D18217F4588841E5CD1AA0D1533DE8AF84A #鍟嗘埛璇佷功搴忓垪鍙�
     privateKeyPath: pay/pro/wx/apiclient_key.pem
-    v3NotifyUrl: http://xiaopiqiu2.natapp1.cc/web/api/wxPayV3Notify
-    v3RefundNotifyUrl: http://xiaopiqiu2.natapp1.cc/web/api/wxRefundV3Notify
+    v3NotifyUrl: https://test.doumee.cn/gtzxljc_web/web/api/wxPayV3Notify
+    v3RefundNotifyUrl: https://test.doumee.cn/gtzxljc_web/web/api/wxRefundV3Notify
 
 
 alipay:

--
Gitblit v1.9.3