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

View File

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