mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-28 05:16:39 +08:00
NS批量操作时增加用户ID选项
This commit is contained in:
@@ -87,6 +87,7 @@ message DeleteNSDomainRequest {
|
||||
// 批量删除域名
|
||||
message DeleteNSDomainsRequest {
|
||||
repeated string names = 1;
|
||||
int64 userId = 2; // 域名所属用户ID
|
||||
}
|
||||
|
||||
// 查找单个域名
|
||||
|
||||
Reference in New Issue
Block a user