分组配置信息中增加分组ID

This commit is contained in:
GoEdgeLab
2021-09-23 14:41:32 +08:00
parent 13e176059f
commit a0deebc424

View File

@@ -393,7 +393,9 @@ func (this *ServerGroupService) FindEnabledServerGroupConfigInfo(ctx context.Con
}, nil
}
var result = &pb.FindEnabledServerGroupConfigInfoResponse{}
var result = &pb.FindEnabledServerGroupConfigInfoResponse{
ServerGroupId: int64(group.Id),
}
if len(group.HttpReverseProxy) > 0 {
var ref = &serverconfigs.ReverseProxyRef{}