设备部分组提交

This commit is contained in:
wong
2025-04-14 09:21:01 +08:00
parent b8d8a89bf9
commit 84f33106eb
5 changed files with 178 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ class FriendTaskCommand extends Command
try {
// 从缓存获取初始页码缓存10分钟有效
$pageIndex = Cache::get('friendTaskPage', 21);
$pageIndex = Cache::get('friendTaskPage', 0);
$output->writeln('从缓存获取页码:' . $pageIndex);
$pageSize = 1000; // 每页获取1000条记录