From ad4f3dcedab29a690c5eedbb08ba1b393917db0b Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期三, 21 四月 2021 17:39:34 +0800 Subject: [PATCH] update go api. --- 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 1c7cc1c..fd1ae8f 100644 --- a/proto/source/bhome_msg_api.proto +++ b/proto/source/bhome_msg_api.proto @@ -9,8 +9,8 @@ message BHAddress { bytes mq_id = 1; // mqid, uuid - // bytes ip = 2; // - // int32 port = 3; + bytes ip = 2; // + int32 port = 3; } message ProcInfo -- Gitblit v1.8.0