Compare commits
2 Commits
8363daf3b9
...
b728f56575
| Author | SHA1 | Date |
|---|---|---|
|
|
b728f56575 | |
|
|
e5358217a4 |
|
|
@ -37,6 +37,21 @@ public class RabbitMqConstants {
|
|||
*/
|
||||
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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue