1
647556386
2025-12-18 f12af5485a50736494ca034c5fae753386587412
项目代码/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)
                    {