少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-15 fa375fa8d95b838f650c3842c1d8f8e7eaf0c7f0
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
9 ■■■■ 已修改文件
Core/SDK/SDKUtility.cs 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/SDK/SDKUtility.cs
@@ -387,7 +387,14 @@
                Device.userAgent = _json["userAgent"].ToString();
#if UNITY_ANDROID
                Device.macAddress = _json["mac"].ToString();
                Device.imei = _json["imei"].ToString();
                if (_json["imei"] != null)
                {
                    Device.imei = _json["imei"].ToString();
                }
                else
                {
                    Device.imei = Device.uniqueID;
                }
                Device.totalMemory = (int)_json["memoryTotal"];
#endif
                if (OnDeviceInfoChanged != null)