线上调试
This commit is contained in:
parent
865762e767
commit
45cfecee8f
@ -174,6 +174,8 @@ class StoreCart extends BaseController
|
||||
public function cartCount()
|
||||
{
|
||||
$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));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user