From c466ff02844412184c6e032c82eeca18836b4e2d Mon Sep 17 00:00:00 2001 From: zepengdev <lzpsmith@outlook.com> Date: Mon, 23 Jun 2025 12:06:37 +0800 Subject: [PATCH] refactor(StoreQueryService): 查询优化 --- oying-system/src/main/resources/config/application-dev.yml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/oying-system/src/main/resources/config/application-dev.yml b/oying-system/src/main/resources/config/application-dev.yml index 3ea16c0..ba81b21 100644 --- a/oying-system/src/main/resources/config/application-dev.yml +++ b/oying-system/src/main/resources/config/application-dev.yml @@ -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