getOnlineUserCount(1); Log::info('同步保存在线人数数据成功,请等待下次更新'); $i = 0; //五分钟同步一次 while ($i < 300) { sleep(1); $i++; } $this->handle(); } }