| | |
| | |
|
| | | send.AccID = sdkLoginResult.account;
|
| | |
|
| | | var versionStr = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex, "_", DeviceUtility.GetDeviceModel());
|
| | | var deviceInfo = DeviceUtility.GetDeviceModel();
|
| | | deviceInfo.Replace(" ", "").Replace("=", "").Replace("%", "").Replace("$", "").Replace("|","");
|
| | | var versionStr = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex, "_", deviceInfo);
|
| | |
|
| | | send.Extra += ("|" + versionStr.Substring(0, 24));
|
| | | Debug.Log("=====> extra: " + send.Extra);
|