| System/Login/LoginModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Login/LoginModel.cs
@@ -315,7 +315,7 @@ deviceInfo.Replace(" ", "").Replace("=", "").Replace("%", "").Replace("$", "").Replace("|",""); var versionStr = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex, "_", deviceInfo); send.Extra += ("|" + versionStr.Substring(0, 24)); send.Extra += ("|" + versionStr.Substring(0, Math.Max(24, versionStr.Length))); Debug.Log("=====> extra: " + send.Extra); send.ExtraLen = (ushort)send.Extra.Length; send.MAC = DeviceUtility.GetMac();