Helius
2021-04-06 658278cdff2ca297a356c49ed3d7f0d743f0bfd1
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);