赛季通行证数据记录
This commit is contained in:
parent
e2d18f491b
commit
87a9186ae3
|
|
@ -18,6 +18,7 @@ type BackendPermitRank struct {
|
|||
SnId int32 // 玩家id
|
||||
Rank int32 // 排名 1~100
|
||||
Awards []AwardItem // 奖励
|
||||
Score int64 // 积分
|
||||
}
|
||||
|
||||
// BackendPermitExchange 玩家兑换
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@ func (r *PermitMgr) OnDayTimer() {
|
|||
StartTs: startTs,
|
||||
SnId: curPlayer.SnId,
|
||||
Rank: int32(rank),
|
||||
Score: list.List[k].Exp,
|
||||
Awards: awards,
|
||||
})
|
||||
// 发邮件
|
||||
|
|
|
|||
Loading…
Reference in New Issue