update: add client token in cache

This commit is contained in:
tokumeikoi
2022-04-10 18:08:26 +08:00
parent 447ff0f554
commit e82f28b670
5 changed files with 67 additions and 2 deletions

View File

@ -29,6 +29,7 @@ class Kernel extends ConsoleKernel
Cache::put(CacheKey::get('SCHEDULE_LAST_CHECK_AT', null), time());
// v2board
$schedule->command('v2board:statistics')->dailyAt('0:10');
$schedule->command('cache:token')->everyMinute();
// check
$schedule->command('check:order')->everyMinute();
$schedule->command('check:commission')->everyMinute();