1
heshaofeng
2025-12-24 6e756de136755787168a4b62a70e77b98c69a54f
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Core/Util/HttpClientHelper.cs
@@ -170,7 +170,8 @@
                    try
                    {
                        response = await requestFunc(client);
                        break;
                        if (response.StatusCode == System.Net.HttpStatusCode.OK)
                            break;
                    }
                    catch (Exception ex) when (retry < config.MaxRetryCount)
                    {