陈勇
2026-03-17 40ef2cb3dd897dfc74d9576d0973517b24cc9367
项目代码/WMS/WMSServer/WIDESEA_Core/Helper/HttpHelper.cs
@@ -51,12 +51,14 @@
                    }
                    result = await httpClient.PostAsync(serviceAddress, httpContent).Result.Content.ReadAsStringAsync();
                    Console.WriteLine($"鎺ュ彛杩斿洖鏁版嵁:{result}");
                }
                return result;
            }
            catch (Exception e)
            {
                Console.WriteLine(e.Message);
                throw new Exception(e.Message);
            }
            return null;
        }