KKSU
2024-04-17 d23645e976981bc9b670eea1d469fe8a36be309c
src/main/java/com/xcong/excoin/rabbit/consumer/WebsocketPriceConsumer.java
@@ -171,7 +171,7 @@
    public void onMessageWholeBomb(Message message, Channel channel) {
        String content = new String(message.getBody());
        WholePriceDataModel wholePriceDataModel = JSONArray.parseObject(content, WholePriceDataModel.class);
        log.info("==message-price-consumer==我收到消息了全仓爆仓: {}", wholePriceDataModel.getMemberId());
        log.info("==message-price-consumer==我收到消息了全仓爆仓: {}", wholePriceDataModel);
        orderService.wholeBombOrder(wholePriceDataModel);
    }
}