|
@@ -25,7 +25,7 @@ namespace GFGGame
|
|
|
public static int platformId = 1;
|
|
|
public static string logKey;
|
|
|
public static string logApiRootUrl;
|
|
|
- public static string logApiReportNodeUrl;
|
|
|
+ public static string logApiReportLauncherUrl;
|
|
|
public static string apkVersion;
|
|
|
public static int serverStatus;
|
|
|
public static int onDebug;
|
|
@@ -69,7 +69,7 @@ namespace GFGGame
|
|
|
LauncherConfig.CDN_ROOT = result.cdnRoot;
|
|
|
//CDN_ROOT = "http://10.108.64.127/";
|
|
|
LauncherConfig.logApiRootUrl = result.logApiUrl;
|
|
|
- LauncherConfig.logApiReportNodeUrl = LauncherConfig.logApiRootUrl + "ReportNode";
|
|
|
+ LauncherConfig.logApiReportLauncherUrl = LauncherConfig.logApiRootUrl + "ReportNode";
|
|
|
LauncherConfig.logKey = result.logKey;
|
|
|
LauncherConfig.apkVersion = result.apkVersion;
|
|
|
LauncherConfig.serverStatus = int.Parse(result.serverStatus);
|