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

---
 server/services/src/main/resources/application-test.yml |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/server/services/src/main/resources/application-test.yml b/server/services/src/main/resources/application-test.yml
index 27f42d6..47a27e1 100644
--- a/server/services/src/main/resources/application-test.yml
+++ b/server/services/src/main/resources/application-test.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
 
@@ -83,6 +87,8 @@
     #mchKey: W97N53Q71326D6JZ2E9HY5M4VT4BAC8S
     notifyUrl: https://test.doumee.cn/jinkuai_admin/web/wxPayNotify
     refundNotifyUrl: https://test.doumee.cn/jinkuai_admin/web/wxRefundNotify
+    v3NotifyUrl: https://test.doumee.cn/jinkuai_admin/web/api/wxPayV3Notify
+    v3RefundNotifyUrl: https://test.doumee.cn/jinkuai_admin/web/api/wxRefundV3Notify
     keyPath: /usr/local/jars/payFile/apiclient_cert.p12
     privateCertPath: /usr/local/jars/payFile/apiclient_cert.pem
     privateKeyPath: /usr/local/jars/payFile/apiclient_key.pem
@@ -117,4 +123,7 @@
 
 
 # 鑵捐鍦板浘apikey
-tencent_key: WE3BZ-HN6WS-ONDOH-62QCV-MNL6F-5NFNE
\ No newline at end of file
+tencent_key: WE3BZ-HN6WS-ONDOH-62QCV-MNL6F-5NFNE
+
+# 楂樺痉鍦板浘apikey
+geocode_map_key:
\ No newline at end of file

--
Gitblit v1.9.3