Merge branch 'feature/purchase_record' into dev

This commit is contained in:
luofei 2023-07-12 14:02:39 +08:00
commit ffbad73fb7

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