Commit 1fe6e16b by xmy

1.0.26

cmq Bill 枚举
parent e0794913
# 1.0.26
- 卖家分销 消息队列枚举
# 1.0.25 # 1.0.25
- 佣金操作增加用于幂等验证的uniqueId - 佣金操作增加用于幂等验证的uniqueId
# 1.0.24 # 1.0.24
......
...@@ -9,4 +9,5 @@ class SellerDistributionCmqEnum{ ...@@ -9,4 +9,5 @@ class SellerDistributionCmqEnum{
const REDUCE_BALANCE = 'reduceBalance'; const REDUCE_BALANCE = 'reduceBalance';
const ADD_TOTAL = 'addTotal'; const ADD_TOTAL = 'addTotal';
const REFUND_ADD_BALANCE = 'refundAddBalance'; const REFUND_ADD_BALANCE = 'refundAddBalance';
const UPDATE_BILL = 'updateBill';
} }
\ 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