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

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