| | |
| | | else if (SDKUtility.Instance.ChannelPlatform == SDKUtility.E_ChannelPlatform.Xn)
|
| | | {
|
| | | send.IDType = 7;
|
| | | send.Extra += ("|" + SDKUtility.Yj_AppID + "|" + SDKUtility.Yj_Version);
|
| | | send.Extra += ("|" + SDKUtility.ThirdPartAppID + "|" + SDKUtility.ThirdPartVersion);
|
| | | send.ExtraLen = (byte)send.Extra.Length;
|
| | | }
|
| | | else if (SDKUtility.Instance.ChannelPlatform == SDKUtility.E_ChannelPlatform.Cjm)
|
| | | {
|
| | | send.IDType = 8;
|
| | | send.Extra += ("|" + SDKUtility.Yj_AppID + "|" + SDKUtility.Instance.FreePlatformInfo.token);
|
| | | send.Extra += ("|" + SDKUtility.ThirdPartAppID + "|" + SDKUtility.Instance.FreePlatformInfo.token);
|
| | | send.ExtraLen = (byte)send.Extra.Length;
|
| | | }
|
| | | send.AccID = sdkLoginResult.account;
|