logout msg优化
This commit is contained in:
parent
511a69454d
commit
55c40cf077
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user