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();