|
@@ -68,6 +68,22 @@ public class RedisConstant {
|
|
|
public static final String WAYBILL_NO_GENERATE_KEY = "order:waybill:no:generate:%s";
|
|
public static final String WAYBILL_NO_GENERATE_KEY = "order:waybill:no:generate:%s";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 完结物流订单key
|
|
|
|
|
+ */
|
|
|
|
|
+ public static final String LOGISTICS_ORDER_FINISH_KEY = "order:logistics:no:finish:%s";
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 取消物流订单key
|
|
|
|
|
+ */
|
|
|
|
|
+ public static final String LOGISTICS_ORDER_CANCEL_KEY = "order:logistics:no:cancel:%s";
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 物流订单分包锁key
|
|
|
|
|
+ */
|
|
|
|
|
+ public static final String LOGISTICS_ORDER_SUBCONTRACT_KEY = "order:logistics:no:subcontract:%s";
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 消费请求有效时间(秒)
|
|
* 消费请求有效时间(秒)
|
|
|
*/
|
|
*/
|