From fc0128242f812e476470dc9bada901d36ae09daf Mon Sep 17 00:00:00 2001 From: zepengdev <lzpsmith@outlook.com> Date: Thu, 31 Jul 2025 16:37:52 +0800 Subject: [PATCH] feat: 1、增加店铺包装费用 2、修复营业时间显示问题和修改异常问题 --- 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