可以使用服务ID来查询服务分组配置信息

This commit is contained in:
刘祥超
2021-09-22 22:40:38 +08:00
parent 7c530680c0
commit 96ddf1ded8
2 changed files with 105 additions and 93 deletions

View File

@@ -148,4 +148,5 @@ message FindEnabledServerGroupConfigInfoResponse {
bool hasHTTPReverseProxy = 1;
bool hasTCPReverseProxy = 2;
bool hasUDPReverseProxy = 3;
int64 serverGroupId = 4;
}