Saved,由于原有whoisAPI失效,改用WHOIS命令查询,速度更快,但是需要安装whois命令,RHEL下yum install whois即可

This commit is contained in:
2024-01-29 22:00:02 +08:00
parent 2a00928da5
commit 872eabc111
23 changed files with 274 additions and 41 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$json = new stdClass();
$json->passwd='A9960454D30A135729BCFC6572776BB12BB20282F2EA1CCE8DBC3040C41ACFC9';
$json->email='ywnsya@126.com';
$json->name='以诺书';
echo json_encode($json);
echo hash("sha256", 'qi2005112');