fix
Helius
2021-11-26 d5fc3f594c7bf3409a0729ffba97167aa8178d86
src/main/java/com/xcong/excoin/rabbit/producer/FishHitProducer.java
@@ -25,7 +25,6 @@
    }
    public void sendFishHitMsg(String content) {
        log.info("打渔发送消息:{}", content);
        CorrelationData correlationData = new CorrelationData(IdUtil.simpleUUID());
        rabbitTemplate.convertAndSend(RabbitMqConfig.EXCHANGE_FISH_HIT, RabbitMqConfig.ROUTING_KEY_FISH_HIT, content, correlationData);
    }