xiaoyong931011
2023-08-07 c4957c48499e767280485216ef06f769e3ec7908
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package cc.mrbird.febs.rabbit;
 
/**
 * @author wzy
 * @date 2022-05-31
 **/
public class QueueConstants {
 
    /**
     * speed 直推返利
     */
    public static final String QUEUE_SPEED_DIRECT_PERK = "queue_speed_direct_perk";
 
    /**
     * speed 代理升级
     */
    public static final String QUEUE_SPEED_LEVEL_UP_TEAM = "queue_speed_level_up_team";
 
    /**
     * speed 代理升级
     */
    public static final String QUEUE_SPEED_LEVEL_UP = "queue_speed_level_up";
 
    /**
     * speed 支付订单
     */
    public static final String QUEUE_SPEED_PAY_ORDER = "queue_speed_pay_order";
}