NSDomainService.FindNSDomainWithNameRequest()增加userId参数

This commit is contained in:
GoEdgeLab
2022-11-01 09:47:13 +08:00
parent 7f48cec570
commit 41152617a2
3 changed files with 3914 additions and 3904 deletions

View File

@@ -122,7 +122,8 @@ message FindNSDomainResponse {
// 根据域名名称查找域名
message FindNSDomainWithNameRequest {
string name = 1;
int64 userId = 2; // 用户ID只有管理员才能指定用户
string name = 1; // 域名
}
message FindNSDomainWithNameResponse {