From 4f4538356403d620b9bd510fd45729a251291942 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 03 七月 2026 18:27:36 +0800
Subject: [PATCH] 功能开发
---
server/services/src/main/resources/application-dev.yml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/server/services/src/main/resources/application-dev.yml b/server/services/src/main/resources/application-dev.yml
index cbf46c8..c3b0fbe 100644
--- a/server/services/src/main/resources/application-dev.yml
+++ b/server/services/src/main/resources/application-dev.yml
@@ -54,12 +54,12 @@
# refundNotifyUrl: http://xiaopiqiu3.natapp1.cc/api/wxRefundNotify
notifyUrl: https://test.doumee.cn/bikeWeb/api/wxPayNotify
refundNotifyUrl: https://test.doumee.cn/bikeWeb/api/wxRefundNotify
- keyPath: /usr/local/jars/bike/apiclient_cert.p12
- privateCertPath: /usr/local/jars/bike/apiclient_cert.pem
- privateKeyPath: /usr/local/jars/bike/apiclient_key.pem
-# keyPath: d://apiclient_cert.p12
-# privateCertPath: d://apiclient_cert.pem
-# privateKeyPath: d://apiclient_key.pem
+# keyPath: /usr/local/jars/bike/apiclient_cert.p12
+# privateCertPath: /usr/local/jars/bike/apiclient_cert.pem
+# privateKeyPath: /usr/local/jars/bike/apiclient_key.pem
+ keyPath: d://apiclient_cert.p12
+ privateCertPath: d://apiclient_cert.pem
+ privateKeyPath: d://apiclient_key.pem
#鏈嶅姟鍟�-------------end---
existsSub: 1
appSecret: 1ceb7c9dff3c4330d653adc3ca55ea24
--
Gitblit v1.9.3