xiaoyong931011
2023-06-05 f5c962a066e0eb7e349b64e8ef4f1e00838b6f1d
src/main/java/cc/mrbird/febs/rabbit/consumer/ChainConsumer.java
@@ -170,4 +170,13 @@
        log.info("消费---A k线数据:{}", type);
        dappSystemService.antKLineMsg(type);
    }
    /**转账拨币
     * @param id
     */
    @RabbitListener(queues = QueueConstants.QUEUE_ANT_K_LINE_AB)
    public void antKLineABMsg(Long id) {
        log.info("消费转账拨币第二步:{}", id);
        dappSystemService.antKLineABMsg(id);
    }
}