刘磊
2026-01-17 f1d726e3de8f15cdfe30d4ca5fbba733d73a1e56
项目代码/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/issuedCharacter.cs
@@ -21,7 +21,6 @@
    /// </summary>
    public partial class MESService
    {
        public WebResponseContent issuedCharacter(string rfidPrint, string vin, string stationNo)
        {
            WebResponseContent content = new WebResponseContent();
@@ -44,7 +43,7 @@
                }
                var wmsIpAddress = wmsBase + ipAddress;
                var MESrespon = HttpHelper.Post(wmsIpAddress, characterInfo.ToJson());
                var MESrespon = HttpHelper.PostAsync(wmsIpAddress, characterInfo.ToJson()).Result;
                IssuedCharacterRespon characterRespon = JsonConvert.DeserializeObject<IssuedCharacterRespon>(MESrespon);
                if (!characterRespon.success)