diff --git a/pkg/common/db/newRedisModel.go b/pkg/common/db/newRedisModel.go index e966b5aa5..14a137009 100644 --- a/pkg/common/db/newRedisModel.go +++ b/pkg/common/db/newRedisModel.go @@ -132,6 +132,8 @@ func (d *DataBases) NewCacheSignalInfo(msg *pbCommon.MsgData) error { return err } return err + default: + log2.NewDebug("", utils.GetSelfFuncName(), "req type not invite", string(msg.Content)) } return nil }