request->param(); //TODO 待开发 $model = new BillModel(); $list = $model->getList($params); $this->success(1, $list); } }