增加任务动态邮件通知

Signed-off-by: vilson <545522390@qq.com>
This commit is contained in:
vilson 2019-09-13 19:18:57 +08:00
parent 6cab366f5b
commit 56863da650
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ function isOpenDingTalkNoticePush()
return config('config.dingtalk_push');
}
/**
* 是否开启钉钉消息推送
* 是否开启任务邮件推送
* @return mixed
*/
function isOpenMailNoticePush()

View File

@ -1,6 +1,6 @@
<?php
return [
'notice_push' => true, //是否开启websocket消息推送
'notice_push' => false, //是否开启websocket消息推送
'dingtalk_push' => false, //是否开启钉钉消息推送
'mail_push' => false, //是否开启邮件消息推送
];