From a6e9a16da0fc1255ead73825fbc938b228d08ad2 Mon Sep 17 00:00:00 2001
From: cheliequan <liequanche@126.com>
Date: 星期五, 10 二月 2023 16:25:16 +0800
Subject: [PATCH] 更新dataprocess.proto解决编译问题
---
protomsg.proto | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/protomsg.proto b/protomsg.proto
index e492232..3efc3e0 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -199,6 +199,7 @@
string argDef = 16; //榛樿鍙傛暟
string ruleSo = 17; //瑙勫垯鐢╯o
string iconBlob2 = 18; //绗簩濂楀浘鐗囦簩杩涘埗
+ string activateCode = 19; //
}
//SdkArg struct
@@ -412,6 +413,7 @@
string clusterName = 2;
repeated Node nodes = 3;
string virtualIp = 4;
+ string password = 5;
}
message Node {
--
Gitblit v1.8.0