Commit bd752f8c by xmy

cmq seller 枚举

parent 31bedb79
# 1.0.22
- 卖家钱包消息队列枚举
# 1.0.21
- 订单接口增加getOrder方法
- 分表新方式对照组
......
<?php
namespace Hdll\Services\Seller\Enum;
class SellerCmqEnum{
const TOPIC = 'seller';
const ADD_BALANCE = 'addBalance';
const ADD_ACTUAL_COMMISSION_FUND = 'addActualCommissionFund';
const ADD_TOTAL = 'addTotal';
const REFUND_ADD_BALANCE = 'refundAddBalance';
}
\ 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