打点日志
This commit is contained in:
parent
87e8b9a261
commit
f063cd199c
@ -432,10 +432,11 @@ func (p *Player) Outline() {
|
||||
BaseMod.Outline(int(Cacumulative))
|
||||
p.PlayMod.save()
|
||||
p.TeLog("logout", map[string]interface{}{
|
||||
"order_list": p.PlayMod.getOrderMod().GetOrderList(),
|
||||
"after_level": p.PlayMod.getBaseMod().GetLevel(),
|
||||
"tmp_diamond": p.PlayMod.getBaseMod().GetDiamond(),
|
||||
"tmp_energy": p.PlayMod.getBaseMod().GetEnergy(),
|
||||
"caccumulative": Cacumulative,
|
||||
"order_list": p.PlayMod.getOrderMod().GetOrderList(),
|
||||
"after_level": p.PlayMod.getBaseMod().GetLevel(),
|
||||
"tmp_diamond": p.PlayMod.getBaseMod().GetDiamond(),
|
||||
"tmp_energy": p.PlayMod.getBaseMod().GetEnergy(),
|
||||
})
|
||||
p.UpdateUserInfo()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user