This commit is contained in:
meixiongfeng 2022-11-21 18:06:38 +08:00
commit f5844ad261

View File

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