特权每日奖励邮件多语言
This commit is contained in:
parent
f40c6b9b34
commit
9bd2b5b867
@ -277,14 +277,11 @@ func (this *Privilege) SendDailyMail(session comm.IUserSession, cId string, coun
|
||||
mail := &pb.DBMailData{
|
||||
ObjId: "",
|
||||
Uid: session.GetUserId(),
|
||||
Title: "Everyday Rewards",
|
||||
Contex: "Everyday Rewards",
|
||||
CreateTime: uint64(configure.Now().Unix()),
|
||||
DueTime: uint64(configure.Now().Unix() + 30*24*3600),
|
||||
Check: false,
|
||||
Reward: false,
|
||||
Items: res,
|
||||
Cid: "",
|
||||
Param: []string{},
|
||||
}
|
||||
if pType == 1 {
|
||||
|
Loading…
Reference in New Issue
Block a user