wangguan
2020-12-04 d41516e30a9f1137be32d1477220f6ab262f6ed5
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);
    }