diff --git a/src/server/game/message_handler.go b/src/server/game/message_handler.go index 98ba2658..61f4eff2 100644 --- a/src/server/game/message_handler.go +++ b/src/server/game/message_handler.go @@ -530,6 +530,12 @@ func (p *Player) handle(m *msg.Msg) error { return nil } applyUids, ok := info["apply_uids"].([]int64) + p.TeLog("login_recive_logout_msg", map[string]interface{}{ + "apply_uids": applyUids, + "other_uids": info["other_uids"], + "apply_count": info["apply_count"], + "other_count": info["other_count"], + }) if ok && len(applyUids) > 0 { var faceList []int var name string