少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-27 bae6b9e37a349b50fd0259c0ef96b36da7c93bf7
3335 修改产品名
2个文件已修改
14 ■■■■ 已修改文件
Core/SDK/SDKUtility.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/OperationLogCollect.cs 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/SDK/SDKUtility.cs
@@ -889,7 +889,7 @@
    /// </summary>
    public void FreePlatformPay(string title, float money, string cpInfo)
    {
        m_PaymentTable["ProductID"] = "snxxz";
        m_PaymentTable["ProductID"] = "xbqy";
        m_PaymentTable["OperatorID"] = VersionConfig.Get().appId;
        // 取玩家区服ID
        m_PaymentTable["RegionName"] = "s" + ServerListCenter.Instance.currentServer.region_flag;
@@ -1135,7 +1135,7 @@
    {
        BuildFreePlatformInfo(data);
        string _url = StringUtility.Contact("http://pub.game.2460web.com:11000/event_receiver?ProductID=snxxz",
        string _url = StringUtility.Contact("http://pub.game.2460web.com:11000/event_receiver?ProductID=xbqy",
        "&OperatorID=", VersionConfig.Get().appId,
         "&RegionName=data&RegionID=0&EventID=1105&Time=",
          DateTime.Now.ToString(),
Utility/OperationLogCollect.cs
@@ -20,7 +20,7 @@
            tables["OperatorID"] = VersionConfig.Get().appId;
            tables["RegionName"] = "data";
            tables["EventID"] = 9001.ToString();
            tables["ProductID"] = "snxxz";
            tables["ProductID"] = "xbqy";
            tables["Device"] = SystemInfo.deviceName;
            tables["IP"] = DeviceUtility.GetIp();
            tables["DeviceFlag"] = DeviceUtility.GetDeviceUniquenessIdentify();
@@ -43,7 +43,7 @@
            tables["RegionName"] = "data";
            tables["AccountID"] = SDKUtility.Instance.FreePlatformInfo == null ? "" : SDKUtility.Instance.FreePlatformInfo.account;
            tables["EventID"] = 9001.ToString();
            tables["ProductID"] = "snxxz";
            tables["ProductID"] = "xbqy";
            tables["Device"] = SystemInfo.deviceName;
            tables["IP"] = DeviceUtility.GetIp();
            tables["DeviceFlag"] = string.IsNullOrEmpty(SDKUtility.Instance.Device.uniqueID) ? "other" : SDKUtility.Instance.Device.uniqueID;
@@ -77,7 +77,7 @@
            tables["OperatorID"] = VersionConfig.Get().appId;
            tables["RegionName"] = StringUtility.Contact("s" + ServerListCenter.Instance.currentServer.region_flag);
            tables["EventID"] = 1102.ToString();
            tables["ProductID"] = "snxxz";
            tables["ProductID"] = "xbqy";
            tables["Time"] = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
            tables["IP"] = DeviceUtility.GetIp();
            tables["AccountID"] = ModelCenter.Instance.GetModel<LoginModel>().sdkLoginResult.account;
@@ -114,7 +114,7 @@
        tables["RegionName"] = "data";
        tables["RegionID"] = ServerListCenter.Instance.currentServer.region_flag.ToString();
        tables["EventID"] = 9002.ToString();
        tables["ProductID"] = "snxxz";
        tables["ProductID"] = "xbqy";
        tables["Time"] = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
        tables["IP"] = DeviceUtility.GetIp();
        tables["AccountID"] = ModelCenter.Instance.GetModel<LoginModel>().sdkLoginResult.account;
@@ -141,7 +141,7 @@
#if !UNITY_EDITOR
        bool isFairy = chatType == ChatInfoType.Fairy;
        var tables = new Dictionary<string, string>();
        tables["ProductID"] = "snxxz";
        tables["ProductID"] = "xbqy";
        tables["OperatorID"] = VersionConfig.Get().appId;
        tables["OperatorName"] = string.Empty;
        tables["RegionName"] = StringUtility.Contact("s", ServerListCenter.Instance.currentServer.region_flag);