调试逾期提醒
This commit is contained in:
parent
6d6facb0c8
commit
49c9af71ad
@ -12,7 +12,7 @@ class AutoCheckCreditBuyListen extends TimerService implements ListenerInterface
|
|||||||
{
|
{
|
||||||
public function handle($event): void
|
public function handle($event): void
|
||||||
{
|
{
|
||||||
$tomorrow = strtotime('tomorrow 10:00:00');
|
$tomorrow = strtotime('tomorrow 14:05:00');
|
||||||
$time = ($tomorrow - time()) * 1000;
|
$time = ($tomorrow - time()) * 1000;
|
||||||
$this->tick($time, function () {
|
$this->tick($time, function () {
|
||||||
request()->clearCache();
|
request()->clearCache();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user