Commit 669918a9 by feixiang

消息通知增加买家消息推送类型枚举

parent 5f5f0888
......@@ -16,10 +16,14 @@ class NoticeEnum
//腾讯sms发送
const TYPE_TENCENT_SMS = 2;
//买家小程序消息推送
const TYPE_MINI_FRONTEND_SEND= 3;
const SEND_TYPES = [
self::TYPE_MINI_BACKEND_SEND,
self::TYPE_TENCENT_SMS
self::TYPE_TENCENT_SMS,
self::TYPE_MINI_FRONTEND_SEND
];
......
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