zhangmeng
2020-07-31 dba48754d9623a49b155e94c65341b773bf4eeef
softbus.proto
@@ -26,6 +26,17 @@
    int32 subTopicKey = 4;
    int32 updateTopicKey = 5;
    int32 replyKey = 6;
    int32 getTopicKey = 7;
}
message TopicInfo{
    string topic = 1;
    string topicType = 2;
}
message TopicInfoReply{
    TopicInfo info = 1;
    int32 key = 2;
}
message HeartbeatInfo {