Commit aa040376 by xmy

Merge remote-tracking branch 'origin/test' into test

parents 7ba3a94f 317e7aac
<?php
namespace Hdll\Services\Bargain\Enum;
class BargainCmqEnum
{
const TOPIC = 'bargain';
const UP_ORDER_STATUS = 'upOrderStatus'; //更新订单状态
}
\ No newline at end of file
<?php
namespace Hdll\Services\LimitTimeBuy\Enum;
class LimitTimeCmqEnum
{
const TOPIC = 'timeLimitBuy';
const UP_ORDER_STATUS = 'upOrderStatus'; //更新订单状态
}
\ 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