## Feat - 新增秒结补偿MQ定义
This commit is contained in:
parent
c921750b2e
commit
e5358217a4
|
@ -37,6 +37,21 @@ public class RabbitMqConstants {
|
||||||
*/
|
*/
|
||||||
public static final String ORDER_SECOND_KEY = PREFIX + "order.second.key";
|
public static final String ORDER_SECOND_KEY = PREFIX + "order.second.key";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 奖金秒接-激活补偿 exchange
|
||||||
|
*/
|
||||||
|
public static final String ORDER_SECOND_ACTIVATE_COMPENSATION_EXCHANGE = PREFIX + "order.second_activate_compensation.exchange";
|
||||||
|
/**
|
||||||
|
* 奖金秒接-激活补偿 queue
|
||||||
|
*/
|
||||||
|
public static final String ORDER_SECOND_ACTIVATE_COMPENSATION_QUEUE = PREFIX + "order.second_activate_compensation.queue";
|
||||||
|
/**
|
||||||
|
* 奖金秒接-激活补偿 key
|
||||||
|
*/
|
||||||
|
public static final String ORDER_SECOND_ACTIVATE_COMPENSATION_KEY = PREFIX + "order.second_activate_compensation.key";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 活动 exchange
|
* 活动 exchange
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue