作者 邓超

x

... ... @@ -41,6 +41,14 @@ class HotMail {
$this->shopkHotEmail['job@aicc-email.com'] = 1;
$db = db();
foreach ($this->shopkHotEmail as $e=>$i){
try {
$db->throw()->insert('hot_mail',['email'=>$e],false);
}catch (Throwable $e){}
}
if($this->shopkHotEmail){
array_map([$this,'moveMail'],$fob);
}
... ...