| | |
| | | else if (SDKUtility.Instance.ChannelPlatform == SDKUtility.E_ChannelPlatform.Sp)
|
| | | {
|
| | | send.IDType = 3;
|
| | | send.ExtraLen = (byte)SDKUtility.Instance.FreePlatformInfo.sessionID.Length;
|
| | | send.Extra = SDKUtility.Instance.FreePlatformInfo.sessionID;
|
| | | }
|
| | | send.AccID = sdkLoginResult.account;
|
| | | send.Password = sdkLoginResult.token;
|
| | |
| | | send.AppID = VersionConfig.Get().appId;
|
| | | send.AccountID = (uint)sdkLoginResult.accountID;// 内部登陆的时候的id
|
| | | send.TokenExpire = sdkLoginResult.tokenExpire;// 内部登陆的时长,无所谓的
|
| | | if (SDKUtility.Instance.ChannelPlatform == SDKUtility.E_ChannelPlatform.Sp)
|
| | | {
|
| | | send.TokenExpire = SDKUtility.Instance.FreePlatformInfo.timeStamp;
|
| | | }
|
| | | send.Phone = (byte)sdkLoginResult.phone;
|
| | | send.ServerID = (uint)ServerListCenter.Instance.currentServer.region_flag;
|
| | | if (sdkIDCheckIDAuthentication.type == "1")
|