调试逾期提醒

This commit is contained in:
luofei 2023-07-12 14:02:31 +08:00
parent 6d6facb0c8
commit 49c9af71ad

View File

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