update: add login with mail link api

This commit is contained in:
tokumeikoi
2022-06-27 01:47:18 +08:00
parent 2b4e8f4b88
commit bdb10bed32
8 changed files with 301 additions and 11 deletions

View File

@ -2,15 +2,7 @@
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\Filesystem\Filesystem;
use Illuminate\Foundation\Console\ConfigCacheCommand;
use Illuminate\Support\Facades\Cache;
use Matriphe\Larinfo;
class Test extends Command
{