Commit 9362076c by 胡超

RocketMQConst

parent 15f0470f
......@@ -7,9 +7,9 @@ package cn.freemud.constant;
public class RocketMQConst {
// 订单周边业务(配送、发票)推送开放平台topic
public static final String ORDER_THIRD_PUSH_TOPIC = "order.third.push.topic";
public static final String ORDER_THIRD_PUSH_TOPIC = "order_third_push_topic";
// 订单周边业务(配送、发票)推送开放平台生产者名称
public static final String ORDER_THIRD_PUSH_PRODUCER_GROUP = "order.third.push.producer";
public static final String ORDER_THIRD_PUSH_PRODUCER_GROUP = "order_third_push_producer";
public enum OrderSubsidiaryTag {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment