KKSU
2024-04-07 ee1667b3e8faa9c7f3cbc921ea7bb87c2e3f4358
src/main/java/cc/mrbird/febs/rabbit/QueueEnum.java
@@ -6,6 +6,9 @@
@Getter
public enum QueueEnum {
    GFA_ZY_HUA_DIAN("exchange_gfa_hua_dian", "route_key_gfa_hua_dian", QueueConstants.QUEUE_GFA_ZY_HUA_DIAN),
    /**
     * 延时
     */
@@ -27,7 +30,7 @@
            QueueConstants.QUEUE_GFA_ZY_TIME_TTL),
    ONLINE_TRANSFER("exchange_online_transfer", "route_key_online_transfer", QueueConstants.ONLINE_TRANSFER),
    DISTRIB_PROFIT("exchange_distrib_profit", "route_key_distrib_profit", QueueConstants.DISTRIB_PROFIT),
    DISTRIB_PROFIT("exchange_gfa_distrib_profit", "route_key_gfa_distrib_profit", QueueConstants.DISTRIB_PROFIT),
    USER_BUY_REWARD("exchange_user_buy_reward", "route_key_user_buy_reward", QueueConstants.USER_BUY_REWARD);
    private String exchange;