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

This commit is contained in:
刘祥超
2021-09-23 14:41:32 +08:00
parent 2089bac52f
commit eff3c77551

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{}