From 197c58d2251c549328ceb927e83a7407b1c06bb3 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 19 Dec 2025 10:47:48 +0800
Subject: [PATCH] feat(security): 开放K线接口访问权限
---
src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java b/src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java
index ff5c5df..ed20d89 100644
--- a/src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java
+++ b/src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java
@@ -314,6 +314,7 @@
String key = AppContants.WHOLE_BOMB_PREFIX + memberId;
Map<Object, Object> value = redisUtils.hmget(key);
if (MapUtil.isEmpty(value)) {
+ log.info("priceMap -- {}", priceMap);
orderProducer.sendWholeBomb(content);
contractHoldOrderDao.updateMemberAllHoldOrderClosingStatus(memberId);
--
Gitblit v1.9.1