|
@@ -22,7 +22,7 @@ namespace GFGGame
|
|
|
public static int tsStatus;
|
|
|
public static int tsServer;
|
|
|
//兑换码
|
|
|
- public static int code;
|
|
|
+ public static int hCode;
|
|
|
|
|
|
public static void InitData(string json)
|
|
|
{
|
|
@@ -44,9 +44,9 @@ namespace GFGGame
|
|
|
{
|
|
|
tsServer = int.Parse(result.tsServer);
|
|
|
}
|
|
|
- if(!string.IsNullOrEmpty(result.code))
|
|
|
+ if(!string.IsNullOrEmpty(result.hCode))
|
|
|
{
|
|
|
- code = int.Parse(result.code);
|
|
|
+ hCode = int.Parse(result.hCode);
|
|
|
}
|
|
|
GameConfig.logApiReportUrl = LauncherConfig.logApiRootUrl + "ReportGet";
|
|
|
}
|
|
@@ -58,7 +58,7 @@ namespace GFGGame
|
|
|
public string openTime;
|
|
|
public string tsStatus;
|
|
|
public string tsServer;
|
|
|
- public string code;
|
|
|
+ public string hCode;
|
|
|
}
|
|
|
}
|
|
|
}
|