request->isPost()) { $params = $this->request->post(); $params['shop_id'] = $this->shop_id; $result = OrderLogic::lists($params); return JsonServer::success('', $result); } return view(); } }