[API节点]列表显示版本号、CPU、内存、状态等信息

This commit is contained in:
刘祥超
2020-12-29 18:28:31 +08:00
parent b20996af58
commit 282a123f03
2 changed files with 12 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ message APINode {
bytes httpsJSON = 9;
bytes accessAddrsJSON = 10;
repeated string accessAddrs = 11;
bytes statusJSON = 12;
}