Assets/Scripts/UI/FinalPanel/FinalHttp.cs | ●●●●● patch | view | raw | blame | history |
Assets/Scripts/UI/FinalPanel/FinalHttp.cs
@@ -25,6 +25,12 @@ GameConfig.Imei = TDAA_SDKManager.Ins.GetDeviceId();//使用设备ID } else if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer) { //为了方便测试 GameConfig.Imei = PlayerPrefs.GetString("GemBattlePlayerNickName"); Debug.Log("这里是电脑版,直接设置Imei为昵称" + GameConfig.Imei); } Debug.Log("设置imei0:" + GameConfig.Imei); }