dev
Jing Li 2024-01-02 13:43:14 +08:00
parent 64fe117980
commit f190913ead
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ class MonitorDeviceHealthCommand extends Command
}
$page++;
sleep(1);
} while (count($result['data']) === $pageSize);
}