API节点信息增加instanceCode(实例代号)字段

This commit is contained in:
GoEdgeLab
2022-07-21 19:20:06 +08:00
parent 68f697faf1
commit c39a722364
5 changed files with 2965 additions and 2954 deletions

View File

@@ -22,4 +22,5 @@ message APINode {
bool isPrimary = 16;
bool debug = 30;
string instanceCode = 31;
}