Compare commits

..

No commits in common. "81cfc52881b3875cd7451049910f6c46d3b3bf45" and "4b5187f5dc33cc1d05f9341c9d0bc9eb4646ebab" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View File

@ -143,12 +143,6 @@ mall:
alipayCertPath: /opt/cert/pro/alipayCertPublicKey_RSA2.crt alipayCertPath: /opt/cert/pro/alipayCertPublicKey_RSA2.crt
# 线上支付宝根证书路径 # 线上支付宝根证书路径
alipayRootCertPath: /opt/cert/pro/alipayRootCert.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 notifyUrl: https://36072a51.r27.cpolar.top/ali/pay/notify
# 线上支付宝网关 # 线上支付宝网关
gatewayUrl: https://openapi.alipay.com/gateway.do gatewayUrl: https://openapi.alipay.com/gateway.do
@ -166,9 +160,4 @@ huawei:
bucketName: mcwl bucketName: mcwl
upload: upload:
endPoint: obs.cn-south-1.myhuaweicloud.com 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

View File

@ -52,7 +52,7 @@ spring:
# 国际化资源文件路径 # 国际化资源文件路径
basename: i18n/messages basename: i18n/messages
profiles: profiles:
active: druid active: dev
# 文件上传 # 文件上传
servlet: servlet:
multipart: multipart: