zxx
2025-07-04 c119ea611cc0e3704cc3be71b5009795323982be
HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/dispatch/RcsHelper.cs
@@ -14,7 +14,11 @@
        private static readonly HttpHelper apiHelper = new HttpHelper();
        private static readonly string baseUrl = Settings.HASeverUrl;
        /// <summary>
        /// 推送Ants订单
        /// </summary>
        /// <param name="model"></param>
        /// <returns></returns>
        public static bool CreateAntsOrder(AntsTaskModel model)
        {
            var msg = "";
@@ -47,6 +51,11 @@
            return result;
        }
        /// <summary>
        /// 推送Picking订单
        /// </summary>
        /// <param name="model"></param>
        /// <returns></returns>
        public static bool CreatePickingOrder(PickingTaskModel model)
        {
            var msg = "";
@@ -79,7 +88,12 @@
            return result;
        }
        public static bool CancelPickingOrder(CancelModel model)
        /// <summary>
        /// 删除订单
        /// </summary>
        /// <param name="model"></param>
        /// <returns></returns>
        public static bool CancelOrder(CancelModel model)
        {
            bool result = false;
            string msg = "";