1
WINDOWS-F96JH03\Kain
2026-03-17 8854e1659aed3225919238422fc1de8f5d61d02a
项目代码/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;
        }