pull/857/head
withchao 2 years ago
parent b99672f423
commit 5b0ae6ed5e

@ -1362,6 +1362,7 @@ func (s *groupServer) SetGroupMemberInfo(ctx context.Context, req *pbGroup.SetGr
}
func (s *groupServer) GetGroupAbstractInfo(ctx context.Context, req *pbGroup.GetGroupAbstractInfoReq) (*pbGroup.GetGroupAbstractInfoResp, error) {
log.ZInfo(ctx, "GetGroupAbstractInfo", "req", req, "---------------------------")
resp := &pbGroup.GetGroupAbstractInfoResp{}
if len(req.GroupIDs) == 0 {
return nil, errs.ErrArgs.Wrap("groupIDs empty")

Loading…
Cancel
Save