#35313 缺陷 【梦工场系统】 <-后端-> 【玩家信息】储钱罐功能未生效
This commit is contained in:
parent
9ac37cd500
commit
e07f9357bf
@ -533,6 +533,7 @@ const (
|
||||
Merchantmoney = "merchantmoney" //商队虚拟币
|
||||
Integral = "integral" //充值积分
|
||||
Profit = "profit"
|
||||
Deposit = "deposit"
|
||||
)
|
||||
const (
|
||||
Gold int32 = 1 //金币
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user