Commit 37a120f2 by zhangsong

Merge branch 'ft-v1' into test

parents dea2d985 67018f49
# 2.0.12
- 配合前端改版后端大调整
# 2.0.11 # 2.0.11
- 砍价订单枚举状态加订单删除 - 砍价订单枚举状态加订单删除
......
<?php
/**
* Created by PhpStorm.
* User: mac
* Date: 2019-01-10
* Time: 09:58
*/
namespace Hdll\Services\Recharge\Enum;
class RechargeCmq{
const TOPIC = 'recharge';
const CLOSE_RECORD = 'payStatus'; // 购买储值卡状态修改回调
}
\ No newline at end of file
<?php
/**
* Created by PhpStorm.
* User: mac
* Date: 2019-01-10
* Time: 09:58
*/
namespace Hdll\Services\TimesCard\Enum;
class TimesCardCmq{
const TOPIC = 'timescard';
const CLOSE_RECORD = 'payStatus'; // 购买次卡状态修改回调
}
\ 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