Commit 1eb9dfb3 by zhangsong

添加顾客cmp常量文件

parent 753136ec
<?php
/**
* Created by PhpStorm.
* User: mac
* Date: 2019-01-10
* Time: 09:58
*/
namespace Hdll\Services\CustomerProfiles\Enum;
class CustomerCmq{
const TOPIC = 'customer';
const ORDER_ADD = 'addOrder'; // 顾客下单记录
const ORDER_STATUS = 'payStatus'; // 顾客订单状态修改回调
const ORDER_PRICE = 'upPrice'; // 顾客订单价格修改
const PROFILE_ADD = 'addProfile'; // 顾客信息添加或修改
}
\ 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