hao
2025-08-04 2b9f544a55f30f0b6e8010b84ed8b60f2c4cb78e
StandardInterface/MESApplication/Controllers/Base/LoginController.cs
@@ -126,7 +126,7 @@
        try
        {
            HttpClient client = new();
            var requestUrl = $"http://192.168.1.22:8088/UpgradeInformation.json";
            var requestUrl = $"http://192.168.1.22:8182/UpgradeInformation.json";
            var response = await client.GetAsync(requestUrl);
            response.EnsureSuccessStatusCode(); // 检查HTTP状态码
            var responseContent = await response.Content.ReadAsStringAsync();