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