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