shopCartService->detail(); //获取购物车失效商品信息 $res['store_invalid_goood_lists'] = $this->shopCartService->undo(); //计算购物车价格 $res['total'] = '820.00'; return $this->success($res); } public function getGoodsNum() { } public function undo() { } }