From a223d5e29e9384f720ae98c44cbe10f8fa4f73e7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 21 八月 2025 13:42:16 +0800
Subject: [PATCH] 优化

---
 server/services/src/main/resources/application-dev.yml |   46 ++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 40 insertions(+), 6 deletions(-)

diff --git a/server/services/src/main/resources/application-dev.yml b/server/services/src/main/resources/application-dev.yml
index 3c673e9..8467933 100644
--- a/server/services/src/main/resources/application-dev.yml
+++ b/server/services/src/main/resources/application-dev.yml
@@ -7,7 +7,7 @@
     driver-class-name: com.mysql.cj.jdbc.Driver
     type: com.alibaba.druid.pool.DruidDataSource
   redis:
-    #    database: 0
+    # database: 0
     host: 127.0.0.1
     port: 6379
     password:
@@ -47,7 +47,6 @@
           required: true
 
 debug_model: true
-
 # Swagger閰嶇疆
 swagger:
   host:
@@ -59,8 +58,6 @@
   enable-encrypt: true
   # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧�
   redirect-uri: /
-
-
 des_pwd: 123456SDFKDJF
 knife4j:
   enable: true
@@ -68,10 +65,8 @@
     enable: true
     username: admin
     password: 111111
-
 qiwei:
   serviceurl: https://qyapi.weixin.qq.com
-
 aes:
   encrypt:
     open: true # 鏄惁寮�鍚姞瀵� true  or  false
@@ -79,7 +74,46 @@
     publicKey: mN4Yn8Or8r7SH1w3 # AES瀵嗛挜
     privateKey:  # RSA绉侀挜
     time: 600000
+########################寰俊鏀粯鐩稿叧閰嶇疆########################
+wx:
+  pay:
+    #鏈嶅姟鍟�---------start-------
+    appId: wx48fd8faa35cc8277
+    mchId: 1661770902
+    apiV3Key: iF3kC8pL8dZ9iU3hN5fX9zI6eF4xQ6fT
+    serialNumer: 368B835A194384FD583B83B77977B84127D2F655
+    mchKey: W97N53Q71326D6JZ2E9HY5M4VT4BAC8S
+    notifyUrl: http://xiaopiqiu2.natapp1.cc/web/wxPayNotify
+    refundNotifyUrl: http://xiaopiqiu2.natapp1.cc/web/wxRefundNotify
+    #notifyUrl: https://dmtest.ahapp.net/bike_h5_api/api/wxPayNotify
+    #refundNotifyUrl: https://dmtest.ahapp.net/bike_h5_api/api/wxRefundNotify
+    #keyPath: /usr/local/aliConfig/bike/apiclient_cert.p12
+    #privateCertPath: /usr/local/aliConfig/bike/apiclient_cert.pem
+    #privateKeyPath: /usr/local/aliConfig/bike/apiclient_key.pem
+    keyPath: d://apiclient_cert.p12
+    privateCertPath: d://apiclient_cert.pem
+    privateKeyPath: d://apiclient_key.pem
 
+    #鍟嗘埛淇℃伅
+    wechatSerialNumer: 3C9A32FB6CD453FAAAF97F9737ECAEA9D6625727
+    wechatPayPublicKeyId: 47E172124E73E8098A565E971064C20ACDE7C911 # PUB_KEY_ID_0116617720032025071800291849000801 #鍟嗘埛/骞冲彴鏀粯鍏挜id
+    wechatPubKeyPath: d://pub_key.pem #鍟嗘埛鏀粯鍏挜
+    #wechatPlatformPubKeyPath: d:/wechatpay_47E172124E73E8098A565E971064C20ACDE7C911.pem  #骞冲彴鏀粯鍏挜
+    wechatPrivateKeyPath: d://wechatApiclient_key.pem #鍟嗘埛绉侀挜
+    wechatNotifyUrl: http://xiaopiqiu2.natapp1.cc/web/wechat/transferNotify #鍟嗘埛杞处鍥炶皟鍦板潃
+    #wechatApiV3Key: V4PRKUBTK2BKNKJAD9NSI9YFG2Q0EOT1 #鍟嗘埛APIV3Key
+
+    #鏈嶅姟鍟�-------------end---
+    existsSub: 1
+    appSecret: 1ceb7c9dff3c4330d653adc3ca55ea24
+    #瀛愬晢鎴�------------start----
+    subAppId: wxcd2b89fd2ff065f8 #wxcd2b89fd2ff065f8
+    subAppSecret: 3462fa186da7cb06c544df8d8664b63a #3336812504c830b1c3c5243f9ece407a
+    subMchId: 1661772003
+    subMchKey: EVM8E15TKXE0OEMJFC0V6UFVIOZ5CSQS
+    #瀛愬晢鎴�------------end----
+    #mchKey: u4TSNtv0wFP7WRfnxBgijYOtRhS9FvlM
+    typeId: gybike
 upload:
   type: ftp
 

--
Gitblit v1.9.3