From 06e050d78a3871ef75e9031614d445176a5c8b70 Mon Sep 17 00:00:00 2001 From: guzeng Date: Wed, 16 Jun 2021 14:20:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=91=E9=80=81=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.go b/common.go index a49d685..67225cc 100644 --- a/common.go +++ b/common.go @@ -8,6 +8,10 @@ type MsgBody struct { Data string } +type MsgSend struct { + Result string +} + func rpc_server_conn(url ...string) (*RabbitmqServiceClient, error) { var wx_rpc_url string = "127.0.0.1:7955"