#35313 缺陷 【梦工场系统】 <-后端-> 【玩家信息】储钱罐功能未生效

This commit is contained in:
meixiongfeng 2023-09-21 14:53:07 +08:00
parent 9ac37cd500
commit e07f9357bf
2 changed files with 2 additions and 0 deletions

View File

@ -533,6 +533,7 @@ const (
Merchantmoney = "merchantmoney" //商队虚拟币
Integral = "integral" //充值积分
Profit = "profit"
Deposit = "deposit"
)
const (
Gold int32 = 1 //金币

View File

@ -697,6 +697,7 @@ func (this *User) change(session comm.IUserSession, attr string, add int32) (cha
comm.Merchantmoney: change.Merchantmoney,
comm.Integral: change.Integral,
comm.Profit: change.Profit,
comm.Deposit: change.Deposit,
}
//user ex