检查月卡每日邮件奖励发放

This commit is contained in:
meixiongfeng 2023-10-19 19:08:05 +08:00
parent 20480d9104
commit 4a3a03a811

View File

@ -105,6 +105,7 @@ func (this *apiComp) Login(session comm.IUserSession, req *pb.UserLoginReq) (err
"consumPs": 0, // 重置每日消耗体力
"loginContinueCount": expand.LoginContinueCount + 1,
})
this.module.ModulePrivilege.CheckAllPrivilege(session) // 检查月卡每日邮件奖励发放
}
err = this.module.modelUser.Change(user.Uid, update)
if err != nil {