This commit is contained in:
withchao
2023-04-24 19:45:29 +08:00
parent 56a04aaf82
commit 469458dd2a
6 changed files with 660 additions and 36 deletions
+7
View File
@@ -39,3 +39,10 @@ type CommonUser interface {
GetUserID() string
GetEx() string
}
type CommonGroup interface {
GetNickname() string
GetFaceURL() string
GetGroupID() string
GetEx() string
}