美团爬取页数提升至 20 页

This commit is contained in:
liuyuhang 2024-07-09 19:00:18 +08:00
parent 86d484b26d
commit 6457870d55
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ class SpiderMt extends Command
{
foreach (Orders::OSS as $k => $os) {
$pages = 10;
$pages = 20;
$page = 1;
while (true) {