CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs
@@ -52,7 +52,7 @@ /// <param name="cartTypes">1普通购物/2拼团模式/3团购模式/4秒杀模式/6砍价模式/7赠品</param> /// <param name="objectId">关联对象类型</param> /// <returns></returns> Task<WebApiCallBack> Add(int userId, int productId, int nums, int numType, int cartTypes = 1, int objectId = 0); Task<WebApiCallBack> Add(int userId, int productId, int nums, int numType, int cartTypes = 1, int objectId = 0,bool isCustomizable=false); /// <summary>