From 068fe86cffc98f31a0b83bee34fa2dce6b23b736 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 04 Jun 2024 10:10:47 +0800 Subject: [PATCH] 退款 --- src/main/resources/application-prod.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 744c7fe..2a7c554 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -18,7 +18,7 @@ username: db_yunzhong password: db_yunzhong321 driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/db_yunzhong?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8&useSSL=false + url: jdbc:mysql://127.0.0.1:3306/db_yunzhong?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8 redis: # Redis数据库索引(默认为 0) @@ -66,7 +66,7 @@ debug: false wecharPaynotifyUrl: https://xcxapi.csyzyl.com/api/xcxPay/wxpayCallback wecharRechargePaynotifyUrl: https://xcxapi.csyzyl.com/api/xcxPay/rechargeCallBack - certLocalPath: /home/javaweb/webresource/yzyl/cert/apiclient_cert.p12 + certLocalPath: /home/yzylcert/apiclient_cert.p12 wecharpayMchid: 1676508272 wecharpaySecret: YYSC13875978057YYSC13875978057SH gaodeKey: 95ede7157929f5f6b6c758971be924b1 -- Gitblit v1.9.1