少年修仙传客户端代码仓库
hch
2024-09-06 b5b563e75216f764439e7747b2a0d08e12e8252c
0312 英文登录
2个文件已修改
13 ■■■■■ 已修改文件
Core/SDK/ynmbxxjUtil.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Login/LoginModel.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/SDK/ynmbxxjUtil.cs
@@ -36,6 +36,7 @@
        hygt = 16, //欢游港台
        mlgt = 17, //咪噜港台
        newyn = 19, //新的越南(欢游0.1)
        en = 20, //英文版
    }
    //权限申请回调
@@ -436,6 +437,10 @@
                {
                    _result = "vn";
                }
                else if (ChannelPlatform == E_ChannelPlatform.en)
                {
                    _result = "en";
                }
                break;
            case RuntimePlatform.IPhonePlayer:
                _result = "ios";//ios平台固定返回ios
@@ -540,6 +545,10 @@
                        {
                            ChannelPlatform = E_ChannelPlatform.hygt;
                        }
                        else if (_channelPlatform.Equals("hyenglish"))
                        {
                            ChannelPlatform = E_ChannelPlatform.en;
                        }
                    }
                }
System/Login/LoginModel.cs
@@ -300,7 +300,9 @@
                    }
                    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);