移动系统liao
2024-06-13 80aa425c4ca51f7c0224a6245968cdd08940321b
CoreCms.Net.IServices/Bill/ICoreCmsBillDeliveryServices.cs
@@ -38,7 +38,7 @@
        /// <returns></returns>
        Task<WebApiCallBack> BatchShip(string[] orderId, string logiCode, string logiNo, Dictionary<int, int> items,
            int storeId = 0, string shipName = "", string shipMobile = "", int shipAreaId = 0, string shipAddress = "",
            string memo = "", string deliveryCompanyId = "");
            string memo = "", string deliveryCompanyId = "", int? sendDistributionID = null);
        /// <summary>
@@ -58,7 +58,7 @@
        /// <returns></returns>
        Task<WebApiCallBack> Ship(string orderId, string logiCode, string logiNo, Dictionary<int, int> items,
            int storeId = 0, string shipName = "", string shipMobile = "", int shipAreaId = 0, string shipAddress = "",
            string memo = "", string deliveryCompanyId = "");
            string memo = "", string deliveryCompanyId = "", int? sendDistributionID = null);
        /// <summary>