From 2ca5e5d62e58e9dfee480b64cb6d49c3553202ea Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 27 三月 2019 18:02:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Utility/OperationLogCollect.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Utility/OperationLogCollect.cs b/Utility/OperationLogCollect.cs
index 4fa8050..d8de6f7 100644
--- a/Utility/OperationLogCollect.cs
+++ b/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);
--
Gitblit v1.8.0