Merge branch 'dev' of https://gitea.lihaink.cn/mkm/shop-new into dev
This commit is contained in:
commit
e039e3b931
@ -174,6 +174,8 @@ class StoreCart extends BaseController
|
|||||||
public function cartCount()
|
public function cartCount()
|
||||||
{
|
{
|
||||||
$saleType = $this->request->get('sale_type', 1);
|
$saleType = $this->request->get('sale_type', 1);
|
||||||
|
dump($this->request->userInfo());
|
||||||
|
halt($this->request->uid());
|
||||||
return app('json')->success($this->repository->getCartCount($this->request->uid()), intval($saleType));
|
return app('json')->success($this->repository->getCartCount($this->request->uid()), intval($saleType));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user