队列优化

This commit is contained in:
Ghost
2025-04-01 09:26:06 +08:00
parent dfe73f9a22
commit 23fcc47d55
10 changed files with 274 additions and 55 deletions

View File

@@ -81,7 +81,7 @@ class DeviceListJob
}
// 调用设备列表获取方法
$result = $deviceController->getlist($pageIndex,$pageSize,$authorization);
$result = $deviceController->getlist($pageIndex,$pageSize,$authorization,true);
$response = json_decode($result,true);