improve announce log

This commit is contained in:
xiaomlove
2021-06-06 00:40:28 +08:00
parent 6b7fb5000e
commit 781333e901
2 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ class Test extends Command
public function handle()
{
// $r = \Illuminate\Support\Facades\Schema::getColumnListing('torrents');
$r = urldecode('bm9wZQ%3D%3D');
$r = base64_decode($r);
$r = urldecode('%b5%8f%7c%a9%85%ed%e2%bb%09%fd1%ab%8d%11%e5%11%bb%18%deD');
$r = bin2hex($r);
dd($r);
}