From 9eba51cc95bb3c942ecfe3fb970ff11c849fecc6 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Thu, 8 May 2025 17:41:32 +0800 Subject: [PATCH] fix --- message_pb.proto | 6 ------ 1 file changed, 6 deletions(-) diff --git a/message_pb.proto b/message_pb.proto index abe79c7..3127a70 100644 --- a/message_pb.proto +++ b/message_pb.proto @@ -35,12 +35,6 @@ message Pub { string content = 2; } -// 命令,不需要返回 -message Command { - string topic = 1; - string content = 2; -} - // 需要响应; 系统内部的调用采用: $sys_前缀 message AsyncRequest { string method = 1;