logout msg优化

This commit is contained in:
hahwu 2026-03-09 22:30:14 +08:00
parent 511a69454d
commit 55c40cf077

View File

@ -553,6 +553,7 @@ func (p *Player) handle(m *msg.Msg) error {
Face: GoUtil.IntToInt32(faceList),
Count: GoUtil.Int32(info["apply_count"]),
FacebookPic: facebookPic,
Uids: applyUids,
})
}
otherUids, ok := info["other_uids"].([]int64)
@ -574,6 +575,7 @@ func (p *Player) handle(m *msg.Msg) error {
Face: GoUtil.IntToInt32(faceList),
Count: GoUtil.Int32(info["other_count"]),
FacebookPic: facebookPic,
Uids: otherUids,
})
}
default: