request->isAjax()){ $get = $this->request->get(); $list = GoodsLogic::selectGoods($get); return JsonServer::success('',$list); } return view(); } }