From 927dc4953eb5fcea1249463b6f7cf2650616963e Mon Sep 17 00:00:00 2001 From: leomon <2233021400@qq.com> Date: Wed, 04 Jun 2025 21:10:12 +0800 Subject: [PATCH] 消息中心业务完善 --- oying-system/src/main/resources/config/application-dev.yml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/oying-system/src/main/resources/config/application-dev.yml b/oying-system/src/main/resources/config/application-dev.yml index 43ed09a..eea81b5 100644 --- a/oying-system/src/main/resources/config/application-dev.yml +++ b/oying-system/src/main/resources/config/application-dev.yml @@ -111,8 +111,8 @@ path: /opt/oying/file/ avatar: /opt/oying/avatar/ windows: - path: C:\oying\file\ - avatar: C:\oying\avatar\ + path: d:\data\oying\file\ + avatar: d:\data\oying\avatar\ # 文件大小 /M maxSize: 100 avatarMaxSize: 5 @@ -170,3 +170,9 @@ notify-url: https://localhost/oying/api/swiftPass/alipayCallback # 退款通知地址 refund-url: https://localhost/oying/api/swiftPass/returnNotify + +obs: + access_key_id: RZ1UIOZDZ58DD4NWPD6Q + access_key_secret: QpE58YEFtgoIwUoGNlN5JlNY7t6qVu7vMkix8gAI + bucket: oying + endpoint: https://obs.cn-southwest-2.myhuaweicloud.com -- Gitblit v1.9.3