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