Commit d45047d8 by dzhang

提现cmq枚举

parent 873a86b7
<?php
namespace Hdll\Services\WithdrawCash\Enum;
class WithdrawCmqEnum{
const TOPIC = 'draw-money';
const BUYER_CN_DRAW_UPDATE = 'buyerCmDrawUpdate';
const SELLER_CN_DRAW_UPDATE = 'sellerCmDrawUpdate';
const SELLER_FUND_DRAW_UPDATE = 'sellerFundDrawUpdate';
}
\ 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