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