@@ -33,6 +33,16 @@ use app\admin\model\store\StoreProductAttrValue;
class Placeorder extends AuthController
{
+ /**
+ * 购物车 列表
+ * @param Request $request
+ * @return mixed
+ */
+ public function lst(Request $request)
+ {
+ return app('json')->successful(StoreCart::getUserProductCartList($this->request->get('uid')));
+ }
+
/**
* 下单
* @return string