增加任务动态邮件通知
Signed-off-by: vilson <545522390@qq.com>
This commit is contained in:
parent
6cab366f5b
commit
56863da650
@ -188,7 +188,7 @@ function isOpenDingTalkNoticePush()
|
|||||||
return config('config.dingtalk_push');
|
return config('config.dingtalk_push');
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 是否开启钉钉消息推送
|
* 是否开启任务邮件推送
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
function isOpenMailNoticePush()
|
function isOpenMailNoticePush()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'notice_push' => true, //是否开启websocket消息推送
|
'notice_push' => false, //是否开启websocket消息推送
|
||||||
'dingtalk_push' => false, //是否开启钉钉消息推送
|
'dingtalk_push' => false, //是否开启钉钉消息推送
|
||||||
'mail_push' => false, //是否开启邮件消息推送
|
'mail_push' => false, //是否开启邮件消息推送
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user