update: more

This commit is contained in:
tokumeikoi
2021-12-28 01:49:33 +08:00
parent 6718a61890
commit 6ed9cc559e
16 changed files with 93 additions and 86 deletions

View File

@ -4,8 +4,10 @@ namespace App\Console\Commands;
use App\Models\Order;
use App\Models\User;
use App\Utils\CacheKey;
use App\Utils\Helper;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Cache;
use Matriphe\Larinfo;
class Test extends Command