This commit is contained in:
wangchuxiao 2022-02-24 14:47:21 +08:00
parent b0a8c0a35a
commit e1a0c2fc48
3 changed files with 3 additions and 0 deletions

View File

@ -746,6 +746,7 @@ func (s *groupServer) GetGroups(_ context.Context, req *pbGroup.GetGroupsReq) (*
OwnerUserID: v.CreatorUserID,
Status: v.Status,
CreatorUserID: v.CreatorUserID,
CreateTime: uint32(v.CreateTime.Unix()),
},
GroupMasterId: groupMember.UserID,
GroupMasterName: groupMember.Nickname,

View File

@ -0,0 +1 @@
package call_back_struct

View File

@ -0,0 +1 @@
package call_back_struct