This commit is contained in:
wangchuxiao
2022-06-08 16:46:21 +08:00
parent fa5f234a38
commit a4f69351ce
2 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func (s *groupServer) GetJoinedSuperGroupList(ctx context.Context, req *pbGroup.
groupInfo.MemberCount = uint32(len(group.MemberIDList))
resp.GroupList = append(resp.GroupList, groupInfo)
}
log.NewError(req.OperationID, utils.GetSelfFuncName(), "resp: ", resp.String())
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "resp: ", resp.String())
return resp, nil
}