hch
21 小时以前 029ca10ed212f10fc164de1e071bddc4af7f2e9e
519 硬核渠道对接 - 聊天汇报增加ChannelType - 频道类型
1个文件已修改
1 ■■■■ 已修改文件
Main/Utility/OperationLogCollect.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Utility/OperationLogCollect.cs
@@ -97,6 +97,7 @@
        tables["ProductID"] = VersionConfig.Get().gameId;
        tables["OperatorID"] = VersionConfig.Get().appId;
        tables["OperatorName"] = string.Empty;
        tables["ChannelType"] = chatType.ToString();
        tables["RegionName"] = StringUtility.Concat("s", ServerListCenter.Instance.currentServer.region_flag.ToString());
        tables["RegionID"] = ServerListCenter.Instance.currentServer.region_flag.ToString();
        tables["EventID"] = 9003.ToString();