增加打点日志
This commit is contained in:
parent
ac736dc6bd
commit
df883aeea7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user