KKSU
2025-03-12 d497710f15f38a293fbab685160a113923f7811b
src/main/java/cc/mrbird/febs/rabbit/enumerates/RabbitQueueEnum.java
@@ -9,6 +9,20 @@
public enum RabbitQueueEnum {
    /**
     * 节点升级
     */
   RUN_VIP_NODE_UP(ExchangeConstants.RUN_VIP_NODE_UP,
            RouteKeyConstants.RUN_VIP_NODE_UP,
            QueueConstants.RUN_VIP_NODE_UP),
    /**
     * 充值成功消息
     */
   RUN_VIP_OPERATION_CHARGE_BALANCE(ExchangeConstants.RUN_VIP_OPERATION_CHARGE_BALANCE,
            RouteKeyConstants.RUN_VIP_OPERATION_CHARGE_BALANCE,
            QueueConstants.RUN_VIP_OPERATION_CHARGE_BALANCE),
    /**
     * 购买成功消息
     */
   RUN_VIP_OPERATION_CHARGE(ExchangeConstants.RUN_VIP_OPERATION_CHARGE,