KKSU
2024-12-23 8d326b853cd3f2d2ca5f9a70b343389da63d9af6
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 QueueConstants {
 
    public static final String RUN_VIP_OPERATION_CHARGE = "queue_run_vip_operation_charge";
    public static final String RUN_VIP_OPERATION_CHARGE_FAIL = "queue_run_vip_operation_charge_fail";
    public static final String RUN_VIP_OPERATION_CHARGE_FAIL_TTL = "queue_run_vip_operation_charge_fail_tll";
}