order('createtime', 'desc') ->find(); if (!$attachment) { $this->error('暂无安装包'); } $this->success('获取成功', $attachment->toArray()); } }