KKSU
2025-02-21 68bb55731629f29e7e275d6c0bff6a6e23886421
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,