Commit 5f5f0888 by feixiang

消息通知类型修改

parent 20e246bc
...@@ -11,14 +11,14 @@ namespace Hdll\Services\Notice\Enum; ...@@ -11,14 +11,14 @@ namespace Hdll\Services\Notice\Enum;
class NoticeEnum class NoticeEnum
{ {
//商家小程序发送 //商家小程序发送
const MINI_BACKEND_SEND= 1; const TYPE_MINI_BACKEND_SEND= 1;
//腾讯sms发送 //腾讯sms发送
const TENCENT_SMS = 2; const TYPE_TENCENT_SMS = 2;
const SEND_TYPES = [ const SEND_TYPES = [
self::MINI_BACKEND_SEND, self::TYPE_MINI_BACKEND_SEND,
self::TENCENT_SMS self::TYPE_TENCENT_SMS
]; ];
......
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