From 81cfc52881b3875cd7451049910f6c46d3b3bf45 Mon Sep 17 00:00:00 2001 From: Diyu0904 <1819728964@qq.com> Date: Mon, 14 Apr 2025 15:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=AD=A3=E5=BC=8F=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcwl-admin/src/main/resources/application-druid.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/mcwl-admin/src/main/resources/application-druid.yml b/mcwl-admin/src/main/resources/application-druid.yml index 7880194..20f17a8 100644 --- a/mcwl-admin/src/main/resources/application-druid.yml +++ b/mcwl-admin/src/main/resources/application-druid.yml @@ -143,6 +143,12 @@ mall: alipayCertPath: /opt/cert/pro/alipayCertPublicKey_RSA2.crt # 线上支付宝根证书路径 alipayRootCertPath: /opt/cert/pro/alipayRootCert.crt +# # 沙箱应用公钥证书 +# appCertPath: D:\workspace\mochuang\mcwl-ai\mcwl-admin\src\main\resources\cert\dev\alipayPublicCert.crt +# # 沙箱支付宝公钥证书路径 +# alipayCertPath: D:\workspace\mochuang\mcwl-ai\mcwl-admin\src\main\resources\cert\dev\alipayPublicCert.crt +# # 沙箱支付宝根证书路径 +# alipayRootCertPath: D:\workspace\mochuang\mcwl-ai\mcwl-admin\src\main\resources\cert\dev\alipayRootCert.crt notifyUrl: https://36072a51.r27.cpolar.top/ali/pay/notify # 线上支付宝网关 gatewayUrl: https://openapi.alipay.com/gateway.do @@ -160,4 +166,9 @@ huawei: bucketName: mcwl upload: endPoint: obs.cn-south-1.myhuaweicloud.com - +#用户头像与背景 +mcwl: + encryptUrl: http://113.45.9.111:9090/encryptAndUpload + user: + avatar: https://ybl2112.oss-cn-beijing.aliyuncs.com/2025/MARCH/10/7/53/3f5cc1d7-b062-4a22-9f7e-d442bc6dcf42.png + backgroundImg: https://ybl2112.oss-cn-beijing.aliyuncs.com/2025/MARCH/10/8/2/c8387681-8138-4a29-a1c9-4a143da34c5a.png