group
This commit is contained in:
@@ -39,3 +39,10 @@ type CommonUser interface {
|
||||
GetUserID() string
|
||||
GetEx() string
|
||||
}
|
||||
|
||||
type CommonGroup interface {
|
||||
GetNickname() string
|
||||
GetFaceURL() string
|
||||
GetGroupID() string
|
||||
GetEx() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user