From 0ce4ad3409d02805a09ca19772a46e3ceb267d0b Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 21 Nov 2022 16:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=82=AE=E4=BB=B6=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/imodule.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/comm/imodule.go b/comm/imodule.go index 84da7c71e..1e45bf0e8 100644 --- a/comm/imodule.go +++ b/comm/imodule.go @@ -23,8 +23,6 @@ type ( Imail interface { CreateNewMail(session IUserSession, mail *pb.DBMailData) bool SendNewMail(mail *pb.DBMailData, uid ...string) bool // 批量发送邮件 支持跨服 - ///红点 - IReddot } //道具背包接口 IItems interface {