Kirin 2 年之前
父節點
當前提交
73a1fec7c8
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      app/admin/controller/store/Placeorder.php

+ 10 - 0
app/admin/controller/store/Placeorder.php

@@ -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