特权每日奖励邮件多语言
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{
|
mail := &pb.DBMailData{
|
||||||
ObjId: "",
|
ObjId: "",
|
||||||
Uid: session.GetUserId(),
|
Uid: session.GetUserId(),
|
||||||
Title: "Everyday Rewards",
|
|
||||||
Contex: "Everyday Rewards",
|
|
||||||
CreateTime: uint64(configure.Now().Unix()),
|
CreateTime: uint64(configure.Now().Unix()),
|
||||||
DueTime: uint64(configure.Now().Unix() + 30*24*3600),
|
DueTime: uint64(configure.Now().Unix() + 30*24*3600),
|
||||||
Check: false,
|
Check: false,
|
||||||
Reward: false,
|
Reward: false,
|
||||||
Items: res,
|
Items: res,
|
||||||
Cid: "",
|
|
||||||
Param: []string{},
|
Param: []string{},
|
||||||
}
|
}
|
||||||
if pType == 1 {
|
if pType == 1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user