Browse Source

delete shopcart

animeic 2 years ago
parent
commit
9998911842
2 changed files with 48 additions and 33 deletions
  1. 3 0
      3dshow/api/order.go
  2. 45 33
      3dshow/db/model/json/order.json

+ 3 - 0
3dshow/api/order.go

@@ -56,6 +56,8 @@ func OrderAddBatch(c *gin.Context, apictx *ApiSession) (interface{}, error) {
 					ExpressNo: "",
 					Status:    -1,
 				})
+				// 加入购物车后 删除购物车对应商品
+				repo.RepoDeleteDoc(ctx, repo.CollectionShopCart, p.Id.Hex())
 
 			}
 		}
@@ -64,6 +66,7 @@ func OrderAddBatch(c *gin.Context, apictx *ApiSession) (interface{}, error) {
 		order.Status = -1
 		order.CreateTime = time.Now()
 		repo.RepoAddDoc(ctx, repo.CollectionOrder, order)
+
 	}
 
 	return true, nil

+ 45 - 33
3dshow/db/model/json/order.json

@@ -1,34 +1,46 @@
-{
-  "_id": "636b8779a37839e503b1d7cb",
-  "userId": "6305c3ddd5d78dbcb70b7f70",
-  "address": {
-    "_id": "636b50c2829110ccd2dca0d5",
-    "userId": "6305c3ddd5d78dbcb70b7f70",
-    "area": "成都市双流区",
-    "addr": "南湖大道西路302号",
-    "contact": "A先生",
-    "phone": "13586381256"
-  },
-  "products": [
-    {
-      "id": "636b1a304a0c960098bd13bd",
-      "supplyId": "6369f46328c4bf8b14f47a6a",
-      "name": "女士双G裸靴",
-      "size": "37",
-      "color": "#ff0000",
-      "unit": "SL-H-1989",
-      "cover": "xxx.png"
+[
+  {
+    "products": [
+      {
+        "_id": "637ad903956607daa2e7f613",
+        "color": "#ff0000",
+        "cover": "https://sku3d-test.obs.cn-east-3.myhuaweicloud.com/QueenTree/jpg/1667982563590ZJrpiI_1667982548060.jpg",
+        "createTime": "2022-11-21T09:48:51.318+08:00",
+        "name": "女士双G裸靴13",
+        "productId": "636def104fa01c203c478bad",
+        "size": 36,
+        "supplyId": "636b1269cd5efc036be2b782",
+        "unit": "SL-H-1989",
+        "userId": "6305c3ddd5d78dbcb70b7f70"
+      },
+      {
+        "_id": "637ad9c1956607daa2e7f614",
+        "color": "#ff0000",
+        "cover": "https://sku3d-test.obs.cn-east-3.myhuaweicloud.com/QueenTree/jpg/1667982563590ZJrpiI_1667982548060.jpg",
+        "createTime": "2022-11-21T09:52:01.228+08:00",
+        "name": "女士双G裸靴",
+        "productId": "636deef94fa01c203c478bab",
+        "size": 36,
+        "supplyId": "636b1269cd5efc036be2b782",
+        "unit": "SL-H-1989",
+        "userId": "6305c3ddd5d78dbcb70b7f70"
+      }
+    ],
+    "supply": {
+      "_id": "636b1269cd5efc036be2b782"
     },
-    {
-      "id": "636b1a304a0c960098bd13bd",
-      "supplyId": "6369f46328c4bf8b14f47a6a",
-      "name": "女士双G裸靴",
-      "size": "36",
-      "color": "#ff0000",
-      "unit": "SL-H-1989",
-      "cover": "xxx.png"
-    }
-  ],
-  "deliveryMethod": "快递配送",
-  "remark": "请勿损坏"
-}
+    "address": {
+      "_id": "637440551e191c392de16ac0",
+      "userId": "6305c3ddd5d78dbcb70b7f70",
+      "province": "四川省",
+      "city": "成都市",
+      "area": "高新区",
+      "addr": "火车南站西路416号",
+      "contact": "王先生",
+      "phone": "13456882266",
+      "defualt": 1
+    },
+    "remark": "轻拿轻放",
+    "deliveryMethod": "快递运输"
+  }
+]