Commit 77f94bc2 by dzhang

提现CMQ ENUM

parent a75ec628
...@@ -13,4 +13,10 @@ class WithdrawCmqEnum{ ...@@ -13,4 +13,10 @@ class WithdrawCmqEnum{
const ADD_SELLER_FREEZE = 'addSellerFreeze';//增加卖家营收冻结金额 const ADD_SELLER_FREEZE = 'addSellerFreeze';//增加卖家营收冻结金额
const REDUCE_SELLER_FREEZE = 'reduceSellerFreeze';//减少卖家营收冻结金额 const REDUCE_SELLER_FREEZE = 'reduceSellerFreeze';//减少卖家营收冻结金额
const CREATE_BUYER_CM_ACCOUNT = 'createBuyrCmAccount';//创建买家分销账户
const CREATE_SELLER_CM_ACCOUNT = 'createSellerCmAccount';//创建卖家分销账户
const CREATE_SELLER_FD_ACCOUNT = 'createSellerFdAccount';//创建卖家营业额账户
} }
\ 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