更换回自己的域名

This commit is contained in:
ZouJin 2024-06-13 20:48:14 +08:00
parent ef8b6b1efe
commit 3b496e745d
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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");