项目代码/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/getCharacteristic.cs
@@ -51,7 +51,7 @@ } var wmsIpAddress = wmsBase + ipAddress; var MESrespon = HttpHelper.Post(wmsIpAddress, characterInfo.ToJson()); var MESrespon = HttpHelper.PostAsync(wmsIpAddress, characterInfo.ToJson()).Result; GetCarCharacteristicInfo characterRespon = JsonConvert.DeserializeObject<GetCarCharacteristicInfo>(MESrespon); if (!characterRespon.success)