From 1df5f98343db83edcf9242993dbcaab7691a25ba Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 8 May 2022 19:33:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/rpc/protos/service_server.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/rpc/protos/service_server.proto b/pkg/rpc/protos/service_server.proto index 289ab65..916c0b7 100644 --- a/pkg/rpc/protos/service_server.proto +++ b/pkg/rpc/protos/service_server.proto @@ -279,7 +279,7 @@ message RegenerateServerCNAMERequest { // 计算服务数量 message CountAllEnabledServersMatchRequest { - int64 serverGroupId = 1; + int64 serverGroupId = 1; // 服务分组ID,如果为-1表示查找未分组 string keyword = 2; int64 userId = 3; int64 nodeClusterId = 4; @@ -291,7 +291,7 @@ message CountAllEnabledServersMatchRequest { message ListEnabledServersMatchRequest { int64 offset = 1; int64 size = 2; - int64 serverGroupId = 3; + int64 serverGroupId = 3; // 服务分组ID,如果为-1表示查找未分组 string keyword = 4; int64 userId = 5; int64 nodeClusterId = 6;