From 45271269073ac92f0367943491a07f49f34f315b Mon Sep 17 00:00:00 2001
From: leomonM <2233021400@qq.com>
Date: Fri, 22 Aug 2025 15:20:14 +0800
Subject: [PATCH] key
---
oying-system/src/main/resources/config/application-dev.yml | 16 ++++++++++++++--
1 files changed, 14 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..ba81b21 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,15 @@
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-send-msg: https://118.178.116.15:8443/winnerrxd/api/trigger/SendMsg
+ url-send-msg-batch: https://118.178.116.15:8443/winnerrxd/api/trigger/SendBatchMsg
+ user-code: CQLYSXYJ
+ user-pass: lych1205!
--
Gitblit v1.9.3