|
@@ -22,7 +22,8 @@ namespace GFGGame
|
|
|
public static int showGM;
|
|
|
//开服时间
|
|
|
public static long openTime = 0;
|
|
|
- public static int tiShen;
|
|
|
+ public static int tsStatus;
|
|
|
+ public static int tsServer;
|
|
|
|
|
|
public static void InitData(string json)
|
|
|
{
|
|
@@ -36,9 +37,9 @@ namespace GFGGame
|
|
|
{
|
|
|
openTime = TimeUtil.GetTimestamp(result.openTime);
|
|
|
}
|
|
|
- if(!string.IsNullOrEmpty(result.tiShen))
|
|
|
+ if(!string.IsNullOrEmpty(result.tsStatus))
|
|
|
{
|
|
|
- tiShen = int.Parse(result.tiShen);
|
|
|
+ tsStatus = int.Parse(result.tsStatus);
|
|
|
}
|
|
|
GameConfig.logApiReportUrl = LauncherConfig.logApiRootUrl + "ReportGet";
|
|
|
}
|
|
@@ -48,7 +49,7 @@ namespace GFGGame
|
|
|
public string loginApiUrl;
|
|
|
public string showGM;
|
|
|
public string openTime;
|
|
|
- public string tiShen;
|
|
|
+ public string tsStatus;
|
|
|
}
|
|
|
}
|
|
|
}
|