Commit 947513bc by feixiang

通知消息枚举

parent cfe9c78b
......@@ -19,11 +19,14 @@ class NoticeEnum
//买家小程序消息推送
const TYPE_MINI_FRONTEND_SEND= 101;
const TYPE_MP_SEND= 102;
const SEND_TYPES = [
self::TYPE_MINI_BACKEND_SEND,
self::TYPE_TENCENT_SMS,
self::TYPE_MINI_FRONTEND_SEND
self::TYPE_MINI_FRONTEND_SEND,
self::TYPE_MP_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