From e2ba52d25cb9e922000699a21343c3caa0738236 Mon Sep 17 00:00:00 2001 From: xin <1099200748@qq.com> Date: Wed, 04 Jun 2025 21:41:48 +0800 Subject: [PATCH] 短信测试 --- oying-system/src/main/resources/config/application-dev.yml | 15 +++++++++++++-- 1 files changed, 13 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..31dbb3f 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,14 @@ 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 + +winner-look: + url: https://118.178.116.15:8443/ + user-code: CQLYSXYJ + user-pass: lych1205! -- Gitblit v1.9.3