|
|
@@ -107,7 +107,8 @@ namespace GFGGame
|
|
|
//});
|
|
|
|
|
|
//---------------------------------------------------------测试
|
|
|
- string data = "{\"loginApiUrl\":\"129.204.4.238:11005\",\"platformName\":\"\",\"showGM\":\"1\",\"tsStatus\":\"0\",\"openTime\":\"[2024][6][19][05:00:00]\",\"tsServer\":\"1\"}";
|
|
|
+ string data = "{\"loginApiUrl\":\"https://webgltest.goufuguiwxw.com/ws\",\"platformName\":\"\",\"showGM\":\"1\",\"tsStatus\":\"0\",\"openTime\":\"[2024][6][19][05:00:00]\",\"tsServer\":\"1\"}";
|
|
|
+
|
|
|
Debug.Log(data);
|
|
|
GameConfig.InitData(data);
|
|
|
Debug.Log($"初始化游戏配置");
|