Commit 31e8d518 by xmy

feat:拼团cmq

parent c4f4e5e5
<?php
namespace Hdll\Services\GroupBooking\Enum;
class GroupBookingCmqEnum{
class GroupBookingCmqEnum
{
const TOPIC = 'groupBooking';
const CLOSE_RECORD = 'closeRecord';
const CLOSE_RECORD = 'closeRecord';//关闭拼团
const GROUP_BOOKING = 'groupBooking';//拼团成功回调
}
\ 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