Commit 68cc15f9 by dzhang

实物订单发货

parent ee1ef123
......@@ -11,10 +11,10 @@ class OrderQueueEnum
{
const TOPIC = "order";
const UPDATE_INFO = 'update-info';
const SELLER_ORDER_UPDATE_INFO = 'updateInfoById';
const UPDATE_INFO = 'update-info'; //买家订单更改
const SELLER_ORDER_UPDATE_INFO = 'updateInfoById'; //卖家订单更改
const ORDER_DELIVERY = 'orderDelivery';//实物订单发货
}
\ No newline at end of file
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