KKSU
2024-03-05 009a6efa210e7a04b4c0f1c1ee44d492d3665ff3
src/main/java/cc/mrbird/febs/rabbit/consumer/AgentConsumer.java
@@ -132,4 +132,13 @@
        }
    }
    @RabbitListener(queues = QueueConstants.QUEUE_FCMPAY_BUY_TIME)
    public void fcmPayBuyTimeTTLMsg(Long id) {
        try {
            orderInfoService.fcmPayBuyTimeTTLMsg(id);
        } catch (Exception e) {
            log.error("订单待收款异常", e);
        }
    }
}