新增调度中心

This commit is contained in:
JaguarJack
2020-07-10 08:35:14 +08:00
parent 6db13b9eab
commit 87ec38d1dd
5 changed files with 51 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ trait Store
public function output()
{
// 等待信号输出
usleep(500);
sleep(1);
return $this->getProcessStatusInfo();
}