作者 lyh

gx

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