Commit 7c93ae38 by feixiang

订单消息队列枚举

parent 11d2f5b7
......@@ -17,5 +17,8 @@ class CommissionQueueEnum
const ADD_TOTAL = "addTotalCommission";
const BILL_UPDATE = "updateByCondition";
}
\ No newline at end of file
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/11/27
* Time: 13:30
*/
namespace Hdll\Services\Buyer\Enum;
class OrderQueueEnum
{
const TOPIC = "order";
const UPDATE_INFO = 'update-info';
const SELLER_ORDER_UPDATE_INFO = 'updateInfoById';
}
\ 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