上传红点代码

This commit is contained in:
liwei1dao 2022-11-21 12:37:17 +08:00
parent 6b7cd4e4d4
commit 005ed3ba7a

View File

@ -6,7 +6,7 @@ import (
type ( type (
IReddot interface { IReddot interface {
Reddot(session IUserSession, rid ...ReddotType) map[ReddotType]bool Reddot(session IUserSession, rid ...ReddotType) (reddot map[ReddotType]bool)
} }
) )