作者 邓超

x

@@ -41,6 +41,14 @@ class HotMail { @@ -41,6 +41,14 @@ class HotMail {
41 41
42 $this->shopkHotEmail['job@aicc-email.com'] = 1; 42 $this->shopkHotEmail['job@aicc-email.com'] = 1;
43 43
  44 + $db = db();
  45 + foreach ($this->shopkHotEmail as $e=>$i){
  46 + try {
  47 + $db->throw()->insert('hot_mail',['email'=>$e],false);
  48 + }catch (Throwable $e){}
  49 + }
  50 +
  51 +
44 if($this->shopkHotEmail){ 52 if($this->shopkHotEmail){
45 array_map([$this,'moveMail'],$fob); 53 array_map([$this,'moveMail'],$fob);
46 } 54 }