|
@@ -22,7 +22,7 @@ class StoreCartController
|
|
|
*/
|
|
*/
|
|
|
public function lst(Request $request)
|
|
public function lst(Request $request)
|
|
|
{
|
|
{
|
|
|
- return app('json')->successful(StoreCart::getUserProductCartList($request->uid(), '', 0, $request->store_id()));
|
|
|
|
|
|
|
+ return app('json')->successful(StoreCart::getUserProductCartList($request->uid(), '', 0, $request->store_id()) ?: StoreCart::getErrorInfo());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|