From d41516e30a9f1137be32d1477220f6ab262f6ed5 Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Fri, 04 Dec 2020 19:45:25 +0800
Subject: [PATCH] 电脑版获取设备ID错误

---
 Assets/Scripts/UI/FinalPanel/FinalHttp.cs |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/Assets/Scripts/UI/FinalPanel/FinalHttp.cs b/Assets/Scripts/UI/FinalPanel/FinalHttp.cs
index ea4ab63..9ab3444 100644
--- a/Assets/Scripts/UI/FinalPanel/FinalHttp.cs
+++ b/Assets/Scripts/UI/FinalPanel/FinalHttp.cs
@@ -25,12 +25,7 @@
 
             GameConfig.Imei = TDAA_SDKManager.Ins.GetDeviceId();//使用设备ID
         }
-        else if (Application.platform == RuntimePlatform.WindowsEditor)
-        {
-            //GameConfig.Imei = "MyTestGemBattle1233333";
-            GameConfig.Imei = "MyTestRank2";
 
-        }
         Debug.Log("设置imei0:" + GameConfig.Imei);
     }
 

--
Gitblit v1.9.1