From 6c9c8257c2bb5b4b974db0056c72efc71051d348 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期五, 11 七月 2025 14:45:48 +0800 Subject: [PATCH] 修改资源上传路径 --- src/main/resources/application-test.yml | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 4914ca0..16c3b65 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -37,6 +37,14 @@ com.lunhan.water.host: DEBUG com.lunhan.water.service: DEBUG +file: + uploadBasicPath: ./logs/upload/ + fileBasicUrl: http://113.250.189.120:8041/upload + disturbStr: com.lunhan.water + + + + # quartz定时任务配置 quartz: # 是否启用 @@ -63,10 +71,10 @@ weiXin: merchantId: 1610112902 merchantKey: HWYTddj1235jdskDAS5353fgsdAD4S53 - keyPath: d:/data/wxpay/apiclient_cert.p12 # 商户证书路径 xxx_cert.p12 - privateKeyPath: d:/data/wxpay/apiclient_key.pem # 商户证书路径 xxx_key.pem + keyPath: /data/ssl/hwyt/wxpay/apiclient_cert.p12 # 商户证书路径 xxx_cert.p12 + privateKeyPath: /data/ssl/hwyt/wxpay/apiclient_key.pem # 商户证书路径 xxx_key.pem certificateSn: 48FC0C8D96B147CE751AEEBC882C20676F900581 # 微信支付API证书序列号 - appID: wx08c82dac406bee56 - notifyBasicUrl: https://www.huiwuyuntong.com/water-qinghe-local # 本地调试回调,请用frpc代理天翼云服务器端口 11101,到本机的8929 + appID: wxd361a7f92bb0c73a + notifyBasicUrl: https://www.huiwuyuntong.com/water-ration-beta # 本地调试回调,请用frpc代理天翼云服务器端口 11101,到本机的8929 -- Gitblit v1.9.3