From 4e122537c7c45290272c35721e38c95d9c8ae218 Mon Sep 17 00:00:00 2001
From: Fu Juntang <StrongTiger_001@163.com>
Date: 星期五, 03 九月 2021 12:17:36 +0800
Subject: [PATCH] Verify the seriliazed parameters parsing logic.
---
proto/source/bhome_msg_api.proto | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/proto/source/bhome_msg_api.proto b/proto/source/bhome_msg_api.proto
index 0ef3451..6a20aa7 100644
--- a/proto/source/bhome_msg_api.proto
+++ b/proto/source/bhome_msg_api.proto
@@ -84,9 +84,7 @@
message Info {
ProcInfo proc = 1;
bool online = 2;
- MsgTopicList service = 3;
- MsgTopicList local_sub = 4;
- MsgTopicList net_sub = 5;
+ MsgTopicList topics = 3;
}
repeated Info proc_list = 2;
}
--
Gitblit v1.8.0