fix checkCheater() + handle H&R

This commit is contained in:
xiaomlove
2022-04-08 15:22:30 +08:00
parent e659983724
commit d0449935d8
5 changed files with 79 additions and 18 deletions

View File

@@ -134,6 +134,9 @@ class Test extends Command
// $key = "dddd1";
// $model = \App\Models\TorrentSecret::query()->where('id', 1)->first();
// \Nexus\Database\NexusDB::cache_put($key, $model);
$r = User::query()->first();
dd($r->donoruntil);
}