hudong
2025-06-11 a06049a177a20285013c32fba254a09d1cd3cc48
process/TaskProcess.cs
@@ -567,6 +567,26 @@
        }
        public static bool SendCd() {
             var result=false;
                var dic = new Dictionary<string, string>();
                var dic1 = new Dictionary<string, string>();
                dic.Add("ExtDeviceNo", "1");
                //判断
                var res = NDC.OrderAdd(99, dic, dic1);
                if (res != null && (res.Res.ErrCode == 0 || res.Res.ErrCode == 50009))
                {
                result = true;
                }
            return result;
        }
        /// <summary>
        /// 推送任务
        /// </summary>