Parcourir la source

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

王刚 il y a 3 ans
Parent
commit
e00eccce9b
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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()