From 557c2711a3e103ebc3d0492344eca9730d5e92b2 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期一, 17 二月 2025 10:47:47 +0800 Subject: [PATCH] 增加司机配送单超时处理任务,防止一直不停手机定位信息, --- CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs b/CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs index 2987a85..a693378 100644 --- a/CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs +++ b/CoreCms.Net.IServices/Cart/ICoreCmsCartServices.cs @@ -1,7 +1,7 @@ /*********************************************************************** - * Project: CoreCms + * Project: baifenBinfa * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺 - * Web: hhtp://chuanyin.com + * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 @@ -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> @@ -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