Commit 157ca1e6 by xmy

# 1.0.37

- 增加拼团RPC枚举
parent 4748da5d
# 1.0.37
- 增加拼团RPC枚举
# 1.0.36 # 1.0.36
- 修改商品服务RPC接口 - 修改商品服务RPC接口
# 1.0.35 # 1.0.35
......
...@@ -22,4 +22,5 @@ class GroupBookingEnum ...@@ -22,4 +22,5 @@ class GroupBookingEnum
const QUEUE_LOCK_KEY = 'groupBooking:lock:'; const QUEUE_LOCK_KEY = 'groupBooking:lock:';
const QUEUE_LISTEN = 'groupBookingListener'; const QUEUE_LISTEN = 'groupBookingListener';
const CLOSE_LOCK_KEY = 'groupBooking:lock:close';
} }
\ 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