From 99e2324eea7af7dd8da898277abd6f2cbb32e3f2 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 25 三月 2024 16:28:19 +0800
Subject: [PATCH] 购物车接口

---
 CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs b/CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs
index 4462af5..75dfd2d 100644
--- a/CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs
+++ b/CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs
@@ -72,8 +72,9 @@
         /// <param name="ids">宸查�夋嫨璐у彿</param>
         /// <param name="type">璐墿杞︾被鍨�/鍚岃鍗曠被鍨�</param>
         /// <param name="objectId">鍏宠仈闈炶鍗曠被鍨嬫暟鎹簭鍒�</param>
+        /// <param name="goodsId">goodsId</param>
         /// <returns></returns>
-        Task<WebApiCallBack> GetCartDtoData(int userId, int[] ids = null, int type = 1, int objectId = 0);
+        Task<WebApiCallBack> GetCartDtoData(int userId, int[] ids = null, int type = 1, int objectId = 0, int goodsId = 0);
 
 
         /// <summary>
@@ -90,7 +91,7 @@
         /// <param name="objectId">鍏宠仈闈炴櫘閫氳鍗曡惀閿�绫诲瀷搴忓垪</param>
         /// <returns></returns>
         Task<WebApiCallBack> GetCartInfos(int userId, int[] ids, int orderType, int areaId, int point,
-            string couponCode, int deliveryType = (int)GlobalEnumVars.OrderReceiptType.Logistics, int userShipId = 0, int objectId = 0);
+            string couponCode, int deliveryType = (int)GlobalEnumVars.OrderReceiptType.Logistics, int userShipId = 0, int objectId = 0, int goodsId = 0);
 
 
         /// <summary>

--
Gitblit v1.9.1