跳到主要内容

全局参数

config/spider.php

<?php

return [
# guzzle 超时时间
'timeout' => 30,
# 固定 User-Agent
'userAgent' => 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36',
# 随机 User-Agent
'userAgents' => require('user_agents.php'),
];