作者 lyh

gx

... ... @@ -94,6 +94,7 @@ class DomainInfo extends Command
'cert' => ''
];
$result = $this->curlRequest($url, $param);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($result, true) . PHP_EOL, FILE_APPEND);
}
public static function getTopDomain ($url) {
... ...