[API节点]支持HTTP API

This commit is contained in:
刘祥超
2021-01-01 20:48:30 +08:00
parent 6d9defcc9b
commit 68a039529d
7 changed files with 564 additions and 136 deletions

View File

@@ -13,6 +13,9 @@ message APINode {
string description = 7;
bytes httpJSON = 8;
bytes httpsJSON = 9;
bool RestIsOn = 13;
bytes restHTTPJSON = 14;
bytes restHTTPSJSON = 15;
bytes accessAddrsJSON = 10;
repeated string accessAddrs = 11;
bytes statusJSON = 12;