后台优化
This commit is contained in:
parent
d39d1d206c
commit
e05fa5fbcf
@ -122,6 +122,7 @@ func AdminPlayerInfo(args []interface{}) error {
|
|||||||
res["Cumulative"] = player.PlayMod.getBaseMod().Cumulative
|
res["Cumulative"] = player.PlayMod.getBaseMod().Cumulative
|
||||||
res["TodayCumulative"] = player.PlayMod.getBaseMod().TodayCumulative
|
res["TodayCumulative"] = player.PlayMod.getBaseMod().TodayCumulative
|
||||||
res["Bonus"] = player.PlayMod.getLimitedTimeEventMod().Progress
|
res["Bonus"] = player.PlayMod.getLimitedTimeEventMod().Progress
|
||||||
|
res["Code"] = player.PlayMod.getBaseMod().AddCode
|
||||||
OrderMap := make(map[int]interface{})
|
OrderMap := make(map[int]interface{})
|
||||||
Index := 0
|
Index := 0
|
||||||
for k, v := range player.PlayMod.getOrderMod().OrderList {
|
for k, v := range player.PlayMod.getOrderMod().OrderList {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user