index(); if ($result === false) { return $this->error('更新失败:爱预约接口请求失败或返回异常'); } return $this->info('更新完成,共同步 ' . count($result) . ' 个会议室'); } }