Refactor code

This commit is contained in:
wenxu12345 2021-12-30 10:36:37 +08:00
parent 2936f886a9
commit 42c898d5aa

View File

@ -400,6 +400,7 @@ func (s *groupServer) GetGroupApplicationList(_ context.Context, req *pbGroup.Ge
for _, v := range reply {
var node open_im_sdk.GroupRequest
utils.CopyStructFields(&node, v)
log.NewDebug(req.OperationID, "node ", node, "v ", v)
}
log.NewInfo(req.OperationID, "GetGroupMembersInfo rpc return ", resp)
return &resp, nil