正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -95,6 +95,7 @@ class DomainInfo extends Command | @@ -95,6 +95,7 @@ class DomainInfo extends Command | ||
| 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 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($result, true) . PHP_EOL, FILE_APPEND); |
| 98 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($param['domain'], true) . PHP_EOL, FILE_APPEND); | ||
| 98 | } | 99 | } |
| 99 | 100 | ||
| 100 | public static function getTopDomain ($url) { | 101 | public static function getTopDomain ($url) { |
-
请 注册 或 登录 后发表评论