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

This commit is contained in:
刘祥超
2022-07-21 19:20:06 +08:00
parent 3ab783bbd0
commit 9b187dadbe
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;
}