后台接口优化

This commit is contained in:
hahwu 2025-10-11 14:23:10 +08:00
parent 0dc7af2515
commit dfb54e70f7

View File

@ -122,6 +122,7 @@ func AdminPlayerInfo(args []interface{}) error {
res["Name"] = player.PlayMod.getBaseMod().NickName
res["Uid"] = player.M_DwUin
res["AreaId"] = player.PlayMod.getDecorateMod().GetAreaId()
res["Face"] = player.PlayMod.getFaceMod().SetId
res["Charge"] = player.PlayMod.getChargeMod().Charge
res["Level"] = player.GetPlayerBaseMod().GetLevel()
res["Diamond"] = player.GetPlayerBaseMod().GetDiamond()