xiaoyong931011
2023-05-19 595bd69cc70996087f499956840552aebc3d28b7
src/main/java/cc/mrbird/febs/rabbit/consumer/ChainConsumer.java
@@ -76,11 +76,11 @@
    /**转账拨币
     * @param id
     */
//    @RabbitListener(queues = QueueConstants.QUEUE_BNB_TRANSFER_TEST)
//    public void bnbTransferTest(Long id) {
//        log.info("消费转账拨币第二步:{}", id);
//        dappSystemService.bnbTransferTest(id);
//    }
    @RabbitListener(queues = QueueConstants.QUEUE_BNB_TRANSFER_TEST)
    public void bnbTransferTest(Long id) {
        log.info("消费转账拨币第二步:{}", id);
        dappSystemService.bnbTransferTest(id);
    }
//
//    /**代理升级
//     * @param id