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

@@ -281,8 +281,8 @@ message ComposeAdminDashboardResponse {
// 节点升级信息
message UpgradeInfo {
int64 countNodes = 1;
string newVersion = 2;
int64 countNodes = 1; // 节点数
string newVersion = 2; // 新版本
}
}