1
huanghongfeng
2024-11-19 a3dfe45b801f14a574caf27effaed58f1dc3a763
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -181,14 +181,38 @@
        /// <returns></returns>
        public WebResponseContent ToPlatform(string palletCode)
        {
            WebResponseContent content = new WebResponseContent();
            try
            {
                WebResponseContent content = new WebResponseContent();
                GenerateInv generate = new GenerateInv()
                {
                    SourceAddress = "",
                    PalletCode = palletCode
                };
                return content = HttpHelper.Post<WebResponseContent>($"{urlQueryinventory}", generate);
            }
            catch (Exception ex)
            {
                throw;
            }
            /*WebResponseContent content = new WebResponseContent();
            GenerateInv generate = new GenerateInv()
            {
                SourceAddress ="",
                SourceAddress = "",
                PalletCode = palletCode
            };
            return content = HttpHelper.Post<WebResponseContent>($"{urlQueryinventory}", generate);
            content = HttpHelper.Post<WebResponseContent>($"{urlQueryinventory}", generate);
            if (content != null)
            {
                if (content.Status)
                {
                    return content;
                }
            }
            return content = WebResponseContent.Instance.Error();*/
        }
        /// <summary>