Browse Source

update

master
DengBiao 1 year ago
parent
commit
62e594c957
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      internal/logic/app/group_app.go

+ 3
- 0
internal/logic/app/group_app.go View File

@@ -54,6 +54,9 @@ func (*groupApp) GetGroup(ctx context.Context, groupId int64) (*pb.Group, error)
}
}
}
utils.FilePutContents("GetGroup", utils.SerializeStr(map[string]interface{}{
"resp": group.ToProto(),
}))
return group.ToProto(), nil
}



Loading…
Cancel
Save