This commit is contained in:
toom1996
2025-07-30 12:26:59 +08:00
parent ba4f547a89
commit 60bc345279

View File

@ -65,7 +65,7 @@ class BaiduRecordCommand extends BaseSpider
$query = $query->where('id', $id);
}
$query?->each(function($item) use (&$requestCookie, &$cache) {
sleep(1);
sleep(3);
try {
if (!$item->platform) {
throw new \Exception('没找到平台!!');