实现基本的区域监控终端管理功能

This commit is contained in:
刘祥超
2021-09-05 11:11:04 +08:00
parent 72369199e1
commit fad5f16abf
11 changed files with 1989 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ message UpdateNSNodeIsInstalledRequest {
bool isInstalled = 2;
}
// 更新认证状态
// 更新节点状态
message UpdateNSNodeStatusRequest {
int64 nodeId = 1;
bytes statusJSON = 2;