Commit 317e7aac by 王洁

upOrderStatus cmq改名

parent 9eef2a34
...@@ -7,5 +7,5 @@ class BargainCmqEnum ...@@ -7,5 +7,5 @@ class BargainCmqEnum
const TOPIC = 'bargain'; const TOPIC = 'bargain';
const CLOSE_RECORD = 'closeRecord'; //关闭活动订单回调 const UP_ORDER_STATUS = 'upOrderStatus'; //更新订单状态
} }
\ No newline at end of file
...@@ -7,5 +7,5 @@ class LimitTimeCmqEnum ...@@ -7,5 +7,5 @@ class LimitTimeCmqEnum
const TOPIC = 'timeLimitBuy'; const TOPIC = 'timeLimitBuy';
const CLOSE_RECORD = 'closeRecord'; //关闭活动订单回调 const UP_ORDER_STATUS = 'upOrderStatus'; //更新订单状态
} }
\ 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