| | |
| | | /// <param name="storeId">店铺收货地址</param> |
| | | /// <param name="shipAreaId">省市区id</param> |
| | | /// <param name="deliveryCompanyId">第三方对接物流编码</param> |
| | | /// <param name="deliveryCompanyId">送货经销商ID</param> |
| | | /// <returns></returns> |
| | | Task<WebApiCallBack> BatchShip(string[] ids, string logiCode, string logiNo, |
| | | Dictionary<int, int> items, string shipName, string shipMobile, string shipAddress, string memo, |
| | | int storeId = 0, int shipAreaId = 0, string deliveryCompanyId = ""); |
| | | int storeId = 0, int shipAreaId = 0, string deliveryCompanyId = "",int? sendDistributionID=null); |
| | | |
| | | /// <summary> |
| | | /// 订单发货 |
| | |
| | | /// <param name="storeId">店铺收货地址</param> |
| | | /// <param name="shipAreaId">省市区id</param> |
| | | /// <param name="deliveryCompanyId">第三方对接物流编码</param> |
| | | /// <param name="sendDistributionID">送货经销商ID</param> |
| | | /// <returns></returns> |
| | | Task<WebApiCallBack> Ship(string ids, string logiCode, string logiNo, |
| | | Dictionary<int, int> items, string shipName, string shipMobile, string shipAddress, string memo, |
| | | int storeId = 0, int shipAreaId = 0, string deliveryCompanyId = ""); |
| | | int storeId = 0, int shipAreaId = 0, string deliveryCompanyId = "", int? sendDistributionID = null); |
| | | |
| | | |
| | | /// <summary> |