瀏覽代碼

fixed: 上报统计事件的时候补充了uid(默认值为"-"代表尚未登录)

王刚 3 年之前
父節點
當前提交
e00eccce9b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Gameserver/Amfphp/service_call/InquireApi/ReportStatLog.php

+ 2 - 0
Gameserver/Amfphp/service_call/InquireApi/ReportStatLog.php

@@ -24,6 +24,8 @@ class CliendStatLogReportHandler {
 
         $key = MemKey_GameRun::stat_clientReportLog($EventID);
         $logItem = array(#                                                      # 组装对象
+            'UID' => $UID,
+            'zoneid' => $zoneid,
             'EArgKey' => $EArgKey,
             'EArgValue' => $EArgValue,
             'ts' => TimeUtil::dtCurrent()