作者 邓超

预热自动回复

... ... @@ -108,7 +108,7 @@ class fob_hot_ai_mail_auto_reply {
$h = (int) date('H');
if($h >= 23 || $h < 6 ){
sleep(5);
return 0;
continue;
}
... ...