作者 邓超

x

@@ -39,6 +39,8 @@ class HotMail { @@ -39,6 +39,8 @@ class HotMail {
39 39
40 $this->shopkHotEmail = array_flip($this->shopkHotEmail); 40 $this->shopkHotEmail = array_flip($this->shopkHotEmail);
41 41
  42 + $this->shopkHotEmail['job@aicc-email.com'] = 1;
  43 +
42 if($this->shopkHotEmail){ 44 if($this->shopkHotEmail){
43 array_map([$this,'moveMail'],$fob); 45 array_map([$this,'moveMail'],$fob);
44 } 46 }