From 1fbfef2a51db4a3bac9d8a5b87af94a40a913b7a Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期日, 25 四月 2021 15:33:40 +0800
Subject: [PATCH] change mqid from uuid to uint64.

---
 proto/source/bhome_msg_api.proto |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/proto/source/bhome_msg_api.proto b/proto/source/bhome_msg_api.proto
index 838c228..94bc82e 100644
--- a/proto/source/bhome_msg_api.proto
+++ b/proto/source/bhome_msg_api.proto
@@ -8,8 +8,8 @@
 package bhome_msg;
 
 message BHAddress {
-	bytes mq_id = 1; // mqid, uuid
-	bytes ip = 2;   //
+	uint64 mq_id = 1;
+	bytes ip = 2;   
 	int32 port = 3;
 }
 

--
Gitblit v1.8.0