소스 검색

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()