This commit is contained in:
meixiongfeng 2022-11-21 16:54:15 +08:00
parent 67257d50b4
commit 24d78d9f66

View File

@ -24,7 +24,7 @@ type (
CreateNewMail(session IUserSession, mail *pb.DBMailData) bool
SendNewMail(mail *pb.DBMailData, uid ...string) bool // 批量发送邮件 支持跨服
///红点
IReddot
//IReddot
}
//道具背包接口
IItems interface {