赛季通行证数据记录

This commit is contained in:
sk 2024-07-03 17:26:12 +08:00
parent e2d18f491b
commit 87a9186ae3
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ type BackendPermitRank struct {
SnId int32 // 玩家id
Rank int32 // 排名 1~100
Awards []AwardItem // 奖励
Score int64 // 积分
}
// BackendPermitExchange 玩家兑换

View File

@ -114,6 +114,7 @@ func (r *PermitMgr) OnDayTimer() {
StartTs: startTs,
SnId: curPlayer.SnId,
Rank: int32(rank),
Score: list.List[k].Exp,
Awards: awards,
})
// 发邮件