xiaoyong931011
2021-03-04 a667bd4f496cfd5ddd3647e0be82b0008e379fe8
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);
    }
}