mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
域名被封了,先用友公司的域名暂时代替下
This commit is contained in:
parent
76617dc2cf
commit
27172a41cf
@ -1128,7 +1128,7 @@ namespace VPet_Simulator.Windows
|
||||
if (LastDiagnosisTime++ < Set.DiagnosisInterval)
|
||||
return;//等待间隔
|
||||
LastDiagnosisTime = 0;
|
||||
string _url = "http://cn.exlb.org:5810/VPET/Report";
|
||||
string _url = "http://exlb.panuon.com:5810/VPET/Report";
|
||||
//参数
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.Append("action=data");
|
||||
|
@ -19,7 +19,7 @@ public partial class MainWindow
|
||||
/// <summary>
|
||||
/// 版本号
|
||||
/// </summary>
|
||||
public int version { get; } = 11014;
|
||||
public int version { get; } = 11015;
|
||||
/// <summary>
|
||||
/// 版本号
|
||||
/// </summary>
|
||||
|
@ -62,7 +62,7 @@ namespace VPet_Simulator.Windows
|
||||
}
|
||||
try
|
||||
{
|
||||
string _url = "http://cn.exlb.org:5810/VPET/Report";
|
||||
string _url = "http://exlb.panuon.com:5810/VPET/Report";
|
||||
//参数
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.Append("action=error");
|
||||
|
Loading…
Reference in New Issue
Block a user