作者 邓超

预热自动回复

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