From d3d05d0eecdd76e86eeb3d28dcd765db042dce17 Mon Sep 17 00:00:00 2001
From: gongshangguo <gongshangguo@admin.com>
Date: 星期四, 03 三月 2022 10:46:05 +0800
Subject: [PATCH] 修改获取消息ID方法

---
 aiotProto/aiot/aiot_common.proto |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/aiotProto/aiot/aiot_common.proto b/aiotProto/aiot/aiot_common.proto
index 9ed8370..f7ba23c 100644
--- a/aiotProto/aiot/aiot_common.proto
+++ b/aiotProto/aiot/aiot_common.proto
@@ -104,4 +104,10 @@
     string virtualIp = 5;
     // 闆嗙兢鑺傜偣鍒楄〃
     repeated DeviceNode deviceList = 6;
-}
\ No newline at end of file
+}
+
+// 鏁版嵁涓婃姤
+message DataReport {
+    string dataKey = 1;
+    bytes data = 2;
+}

--
Gitblit v1.8.0