正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -39,7 +39,7 @@ function start(){ | @@ -39,7 +39,7 @@ function start(){ | ||
39 | // 开始同步 | 39 | // 开始同步 |
40 | (new \Service\SyncMail($id))->search( | 40 | (new \Service\SyncMail($id))->search( |
41 | (new \Lib\Imap\ImapSearch()) | 41 | (new \Lib\Imap\ImapSearch()) |
42 | - ->dateGt(date('Y-m-d',strtotime("-3 day"))) | 42 | + ->dateGt(date('Y-m-d',strtotime("-2 day"))) |
43 | )->sync(); | 43 | )->sync(); |
44 | }catch (Throwable $e){ | 44 | }catch (Throwable $e){ |
45 | logs('sync : '.$e->getMessage()); | 45 | logs('sync : '.$e->getMessage()); |
-
请 注册 或 登录 后发表评论