1.代客下单相关接口
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package cn.ysk.cashier.cons;
|
||||
|
||||
public interface RedisConstant {
|
||||
//在线用户
|
||||
String ONLINE_USER = "ONLINE:USER";
|
||||
String CART = "CZG:CART:";
|
||||
|
||||
public final Object PRODUCT = "PRODUCT:";
|
||||
|
||||
public final String OUT_NUMBER="ORDER:NUMBER:";
|
||||
|
||||
public static final String ORDER_MESSAGE="ORDER:MESSAGE:";
|
||||
public static final String ORDER_PRODUCT_NUM = "ORDER_NUM:";
|
||||
public static final String ORDER_CART_EXISTS = "ORDER_CART_EXISTS:";
|
||||
}
|
||||
@@ -5,4 +5,6 @@ public interface RabbitConstants {
|
||||
String CONS_COLLECT_ROUTINGKEY_PUT = "cons_collect_routingkey_put";
|
||||
|
||||
|
||||
String CONS_MSG_COLLECT_PUT = "cons_msg_collect_put";
|
||||
String CONS_MSG_COLLECT_ROUTINGKEY_PUT = "cons_msg_collect_routingkey_put";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user