KKSU
2024-12-19 b31ae14c493b58c21d8c4cb78d3ffd38bbd5dea5
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.rabbit.constants;
 
/**
 * @author wzy
 * @date 2021-09-25
 **/
public class ExchangeConstants {
 
    public static final String RUN_VIP_OPERATION_CHARGE_FAIL_TTL = "exchange_run_vip_operation_charge_fail_tll";
    public static final String RUN_VIP_OPERATION_CHARGE_FAIL = "exchange_run_vip_operation_charge_fail";
    public static final String RUN_VIP_OPERATION_CHARGE = "exchange_run_vip_operation_charge";
}