Helius
2021-05-21 484dc4c3535ad1d99ee5f8545d0eaffc9ae8a6c8
src/main/java/com/xcong/excoin/rabbit/consumer/FollowConsumer.java
@@ -36,7 +36,7 @@
        followOrderOperationService.addFollowerOrder(Long.parseLong(content));
    }
//    @RabbitListener(queues = RabbitMqConfig.QUEUE_FOLLOW_CHANGE_BOND)
    @RabbitListener(queues = RabbitMqConfig.QUEUE_FOLLOW_CHANGE_BOND)
    public void changeFollowOrderBond(Message message, Channel channel) {
        String content = new String(message.getBody());
        log.info("==收到跟单保证金调整消息 : {}", content);