huangxiaoqiang
2 天以前 1842a682f843465dd488f6c8b9cc7635d0ad3b17
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/CellState/CellStateService.cs
@@ -92,6 +92,8 @@
            }
            var wmsIpAddress = wmsBase + ipAddress;
            LogFactory.GetLog("整盘电芯属性获取").Info(true, $"请求数据:{JsonConvert.SerializeObject(inputJson)}");
            var result = HttpsClient.PostAsync(wmsIpAddress, inputJson).Result;
            var respone = JsonConvert.DeserializeObject<ResultTrayCellsStatus>(result.ToString());
@@ -105,8 +107,9 @@
                MoMErrorMsg.DeleteMoMErrorMsg(0, input.TrayBarcode);
            }
            LogFactory.GetLog("整盘电芯属性获取").Info(true,$"返回参数:{result}" );
            LogFactory.GetLog("整盘电芯属性获取").Info(true, $"\r\r--------------------------------------");
            LogFactory.GetLog("整盘电芯属性获取").Info(true, result);
            content.OK(data: result);
        }
        catch (Exception err)