Commit 1effa9f9 by dzhang

Merge branch 'physical' into test

parents 4b61c91a 68cc15f9
......@@ -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