邮件参数补充

This commit is contained in:
meixiongfeng 2023-05-23 17:24:45 +08:00
parent e24b610db9
commit 92f2aaeea2

View File

@ -218,7 +218,7 @@ func (this *Mail) CheckMaxMail(session comm.IUserSession) bool {
return true return true
} }
func (this *Mail) SendMailByUID(uid string, cid string, res []*cfg.Gameatn) bool { func (this *Mail) SendMailByUID(uid string, cid string, res []*cfg.Gameatn, Param []string) bool {
var reward []*pb.UserAssets var reward []*pb.UserAssets
for _, v := range res { for _, v := range res {
if v.N > 0 { if v.N > 0 {