model = new \app\model\api\Log(); } //查看详情 public function info() { $id = $this->request->param('id'); $info = $this->model->find($id); return $this->success('获取成功', $info); } }