API节点增加主节点概念

This commit is contained in:
刘祥超
2022-04-24 15:25:08 +08:00
parent a6355914b2
commit 2cdb0b9758
4 changed files with 141 additions and 119 deletions

View File

@@ -72,6 +72,7 @@ message UpdateAPINodeRequest {
bool restIsOn = 8;
bytes restHTTPJSON = 9;
bytes restHTTPSJSON = 10;
bool isPrimary = 11;
}
// 删除API节点