| | |
| | | hygt = 16, //欢游港台
|
| | | mlgt = 17, //咪噜港台
|
| | | newyn = 19, //新的越南(欢游0.1)
|
| | | en = 20, //英文版
|
| | | }
|
| | |
|
| | | //权限申请回调
|
| | |
| | | {
|
| | | _result = "vn";
|
| | | }
|
| | | else if (ChannelPlatform == E_ChannelPlatform.en)
|
| | | {
|
| | | _result = "en";
|
| | | }
|
| | | break;
|
| | | case RuntimePlatform.IPhonePlayer:
|
| | | _result = "ios";//ios平台固定返回ios
|
| | |
| | | {
|
| | | ChannelPlatform = E_ChannelPlatform.hygt;
|
| | | }
|
| | | else if (_channelPlatform.Equals("hyenglish"))
|
| | | {
|
| | | ChannelPlatform = E_ChannelPlatform.en;
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | |
| | | }
|
| | | else if (ynmbxxjUtil.Instance.ChannelPlatform == ynmbxxjUtil.E_ChannelPlatform.Hy ||
|
| | | ynmbxxjUtil.Instance.ChannelPlatform == ynmbxxjUtil.E_ChannelPlatform.hygt ||
|
| | | ynmbxxjUtil.Instance.ChannelPlatform == ynmbxxjUtil.E_ChannelPlatform.newyn)
|
| | | ynmbxxjUtil.Instance.ChannelPlatform == ynmbxxjUtil.E_ChannelPlatform.newyn ||
|
| | | ynmbxxjUtil.Instance.ChannelPlatform == ynmbxxjUtil.E_ChannelPlatform.en
|
| | | )
|
| | | {
|
| | | send.IDType = (byte)ynmbxxjUtil.Instance.ChannelPlatform;
|
| | | send.Extra += ("|" + sdkLoginResult.token + "|" + sdkLoginResult.qkUserName);
|