This commit is contained in:
toom1996
2025-07-30 16:49:57 +08:00
parent 9bf501bbab
commit 7299dcb272

View File

@ -121,7 +121,10 @@ class BaiduRecordCommand extends BaseSpider
if ($isHtml === false && $isCaptcha == false) { if ($isHtml === false && $isCaptcha == false) {
$this->log->info($res); if (stripos($res, '抱歉,没有找到') === false) {
// 可能是页面出问题了
$this->log->info($res);
}
} }
$this->log->info('处理结束..'); $this->log->info('处理结束..');