From 5d483655e888dbb97a1011c45f890669b7a74cc5 Mon Sep 17 00:00:00 2001
From: cheliequan <liequanche@126.com>
Date: 星期五, 10 二月 2023 14:02:22 +0800
Subject: [PATCH] 增加SOResult相关结构体

---
 protomsg.proto |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 3b76161..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
@@ -241,6 +242,7 @@
     T_EventPush = 13; //浜嬩欢鎺ㄩ�佹湁鍙樺寲
     T_Cluster = 14; //闆嗙兢鍒涘缓銆佸姞鍏ユ垨閫�鍑�
     T_CameraPolygonRelation = 15; //鎽勫儚鏈哄尯鍩熺殑鍏宠仈鍏崇郴
+    T_Voice = 16;//鎶ヨ澹伴煶鍙戠敓鍙樺寲
 }
 
 enum DbAction {
@@ -411,6 +413,7 @@
     string clusterName = 2;
     repeated Node nodes = 3;
     string virtualIp = 4;
+    string password = 5;
 }
 
 message Node {

--
Gitblit v1.8.0