Google Authenticator

This commit is contained in:
xiaomlove
2021-06-10 21:07:20 +08:00
parent 37e0d74bae
commit 3bb15d6a41
17 changed files with 339 additions and 23 deletions
+2 -2
View File
@@ -2,6 +2,7 @@
namespace App\Console\Commands;
use App\Models\Attendance;
use App\Models\Exam;
use App\Models\ExamProgress;
use App\Models\ExamUser;
@@ -52,8 +53,7 @@ class Test extends Command
*/
public function handle()
{
$r = 'https://hdtime.org/download.php?downhash=' . urlencode('1|Roqd');
dd($r);
}
}