Commit 2c99b018 by feixiang

消息通知枚举类型修改

parent 8d93b02f
......@@ -7,18 +7,22 @@
*/
namespace Hdll\Services\Notice\Enum;
class NoticeEnum
{
const WX_SEND = 1;
//商家小程序发送
const MINI_BACKEND_SEND= 1;
const SMS_SEND = 2;
//腾讯sms发送
const TENCENT_SMS = 2;
const SEND_TYPES = [
self::WX_SEND,
self::SMS_SEND
self::MINI_BACKEND_SEND,
self::TENCENT_SMS
];
}
\ 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