From 49c9af71ad5fbcae747478ae71fca58a05f3d264 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Wed, 12 Jul 2023 14:02:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E9=80=BE=E6=9C=9F=E6=8F=90?= =?UTF-8?q?=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/listens/AutoCheckCreditBuyListen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crmeb/listens/AutoCheckCreditBuyListen.php b/crmeb/listens/AutoCheckCreditBuyListen.php index d55ace66..781e4c8f 100644 --- a/crmeb/listens/AutoCheckCreditBuyListen.php +++ b/crmeb/listens/AutoCheckCreditBuyListen.php @@ -12,7 +12,7 @@ class AutoCheckCreditBuyListen extends TimerService implements ListenerInterface { public function handle($event): void { - $tomorrow = strtotime('tomorrow 10:00:00'); + $tomorrow = strtotime('tomorrow 14:05:00'); $time = ($tomorrow - time()) * 1000; $this->tick($time, function () { request()->clearCache();