|
|
if ($type == 0) $cartService->checkVipGoodsBuy($request->user(), $where['productId']);
|
|
if ($type == 0) $cartService->checkVipGoodsBuy($request->user(), $where['productId']);
|
|
|
$res = $cartService->setCart($request->uid(), $where['productId'], $where['cartNum'], $where['uniqueId'], $type, $new, $where['combinationId'], $where['secKillId'], $where['bargainId'], $where['advanceId']);
|
|
$res = $cartService->setCart($request->uid(), $where['productId'], $where['cartNum'], $where['uniqueId'], $type, $new, $where['combinationId'], $where['secKillId'], $where['bargainId'], $where['advanceId']);
|