order('createtime', 'desc') ->find(); if (!$attachment) { $this->error('暂无安装包'); } $response = [ 'url' => $this->request->domain() . $attachment->url, ]; $this->success('获取成功', $response); } }