【操盘手】 自动点赞优化

This commit is contained in:
wong
2025-05-16 09:43:04 +08:00
parent ffe6266ee0
commit 47b32684b9
5 changed files with 90 additions and 65 deletions

View File

@@ -24,7 +24,7 @@ class WechatListCommand extends Command
try {
// 初始页码
$pageIndex = 0;
$pageSize = 100; // 每页获取100条记录
$pageSize = 500; // 每页获取100条记录
// 将第一页任务添加到队列
$this->addToQueue($pageIndex, $pageSize);