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