Commit 4731276d by feixiang

提现消息队列枚举

parent 4798698b
# 1.0.31
- 提现消息队列枚举
# 1.0.30
- 订单退款枚举注释修改
# 1.0.29
- 订单增加退款枚举
# 1.0.28
......
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/8/10
* Time: 14:14
*/
namespace Hdll\Services\Transfer\Enum;
class TransferQueueEnum
{
const TOPIC = "transfer";
const BUYER_WITHDRAWS = 'buyer-withdraws';
const SELLER_WITHDRAWS = 'seller-withdraws';
}
\ 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