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