创建IPList时可以指定服务ID

This commit is contained in:
刘祥超
2022-06-15 19:22:56 +08:00
parent 8f8e769ead
commit 1f33bcfee7
3 changed files with 111 additions and 100 deletions

View File

@@ -42,6 +42,7 @@ message CreateIPListRequest {
bool isPublic = 5;
string description = 6;
bool isGlobal = 7;
int64 serverId = 8;
}
message CreateIPListResponse {