修改注释
This commit is contained in:
parent
0d252cebc5
commit
481860d9bc
|
@ -359,7 +359,7 @@ type PlayerData struct {
|
||||||
Coin int64 //金豆
|
Coin int64 //金豆
|
||||||
CoinPayTs int64 //金豆冲账时间戳
|
CoinPayTs int64 //金豆冲账时间戳
|
||||||
CoinPayTotal int64 //在线总充值金额
|
CoinPayTotal int64 //在线总充值金额
|
||||||
MoneyPayTotal int64 //在线总充值金额(实充)
|
MoneyPayTotal int64 //VIP经验值,注意这里是没有乘充V比之前的值
|
||||||
CoinExchangeTotal int64 //总提现金额 兑换
|
CoinExchangeTotal int64 //总提现金额 兑换
|
||||||
SafeBoxCoin int64 //保险箱金币
|
SafeBoxCoin int64 //保险箱金币
|
||||||
SafeBoxPassword string //保险箱密码
|
SafeBoxPassword string //保险箱密码
|
||||||
|
|
Loading…
Reference in New Issue