少年修仙传客户端代码仓库
client_Hale
2019-09-07 f52909c32783660668e81be00aeadea0d269a612
update 增加调试日志
2个文件已修改
4 ■■■ 已修改文件
Core/SDK/SDKUtility.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Login/LoginModel.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/SDK/SDKUtility.cs
@@ -540,6 +540,7 @@
                    if (_dict.Contains("kyAppID"))
                    {
                        ThirdPartAppID = _json["kyAppID"].ToString();
                        Debug.Log("===========> KYAPPID: " + ThirdPartAppID)
                    }
                }
@@ -954,7 +955,7 @@
            m_PaymentTable["prodPrice"] = money.ToString();
            m_PaymentTable["extraData"] = "";
        }
        else if (ChannelPlatform == E_ChannelPlatform.Cjm)
        else if (ChannelPlatform == E_ChannelPlatform.Ky)
        {
            m_PaymentTable["RechargeChannel"] = "8";
        }
System/Login/LoginModel.cs
@@ -360,6 +360,7 @@
                        send.Password = "";
                    }
                    send.Extra += ("|" + StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex));
                    Debug.Log("=====> extra: " + send.Extra);
                    send.ExtraLen = (byte)send.Extra.Length;
                    send.MAC = DeviceUtility.GetMac();
                    send.Version = _serverInfo.Version;