request->all(); $res['detail'] = $this->goodsService->do(35); $res['banner'] = $this->goodsService->getBanner(); return $this->success($res); } }