|
@@ -87,7 +87,7 @@ class PVPProc {
|
|
|
$defLog = $req->mem->zrange($key_def, 0, self::maxLogCount);
|
|
|
// Ps. 挑战记录分为2个榜, 且按照时间戳记录,晚于指定时间戳的判定为未读消息,挑战记录最多记录50条
|
|
|
// if (!CommUtil::isPropertyExists($req->userInfo->game->privateState, "lastCheckDefLog")) {
|
|
|
- $req->userInfo->game->privateState->lastCheckDefLog = now(); # 记录时间戳
|
|
|
+ $req->userInfo->game->privateState->lastCheckDefLog_ts = now(); # 记录时间戳
|
|
|
// }
|
|
|
UserProc::updateUserInfo(); # 回写数据
|
|
|
// 记录拉取时间戳(在主界面有个未读消息条数显示, 需要靠最后拉取时间戳对比, 时间戳之后的消息是未读消息)
|