From 3b496e745d46326ff501e9cd3e14d97e050ab026 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Thu, 13 Jun 2024 20:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=9B=9E=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E7=9A=84=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/MainWindow.cs | 2 +- VPet-Simulator.Windows/WinDesign/winReport.xaml.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VPet-Simulator.Windows/MainWindow.cs b/VPet-Simulator.Windows/MainWindow.cs index f0cabe2..ff711c1 100644 --- a/VPet-Simulator.Windows/MainWindow.cs +++ b/VPet-Simulator.Windows/MainWindow.cs @@ -1132,7 +1132,7 @@ namespace VPet_Simulator.Windows if (LastDiagnosisTime++ < Set.DiagnosisInterval) return;//等待间隔 LastDiagnosisTime = 0; - string _url = "http://exlb.panuon.com:5810/VPET/Report"; + string _url = "https://report.exlb.net/VPET/Report"; //参数 StringBuilder sb = new StringBuilder(); sb.Append("action=data"); diff --git a/VPet-Simulator.Windows/WinDesign/winReport.xaml.cs b/VPet-Simulator.Windows/WinDesign/winReport.xaml.cs index aead9ee..0da16a5 100644 --- a/VPet-Simulator.Windows/WinDesign/winReport.xaml.cs +++ b/VPet-Simulator.Windows/WinDesign/winReport.xaml.cs @@ -62,7 +62,7 @@ namespace VPet_Simulator.Windows } try { - string _url = "http://exlb.panuon.com:5810/VPET/Report"; + string _url = "https://report.exlb.net/VPET/Report"; //参数 StringBuilder sb = new StringBuilder(); sb.Append("action=error");