作者 邓超

x

... ... @@ -302,10 +302,13 @@ class Mail {
);
// 结束操作了
if(redis()->get(SYNC_RUNNING_REDIS_KEY) != 'stop'){
// 再次调用
$this->syncMail($email_id,$folder_id,$folder,$db);
}
}
return true;
}
... ...