|
@@ -41,6 +41,10 @@ namespace GFGGame
|
|
|
{
|
|
|
tsStatus = int.Parse(result.tsStatus);
|
|
|
}
|
|
|
+ if (!string.IsNullOrEmpty(result.tsServer))
|
|
|
+ {
|
|
|
+ tsServer = int.Parse(result.tsServer);
|
|
|
+ }
|
|
|
GameConfig.logApiReportUrl = LauncherConfig.logApiRootUrl + "ReportGet";
|
|
|
}
|
|
|
|
|
@@ -50,6 +54,7 @@ namespace GFGGame
|
|
|
public string showGM;
|
|
|
public string openTime;
|
|
|
public string tsStatus;
|
|
|
+ public string tsServer;
|
|
|
}
|
|
|
}
|
|
|
}
|