作者 邓超

x

... ... @@ -39,7 +39,7 @@ function start(){
// 开始同步
(new \Service\SyncMail($id))->search(
(new \Lib\Imap\ImapSearch())
->dateGt(date('Y-m-d',strtotime("-3 day")))
->dateGt(date('Y-m-d',strtotime("-2 day")))
)->sync();
}catch (Throwable $e){
logs('sync : '.$e->getMessage());
... ...