From 239c659d438db12355499eb046498c4ffac1fa0d Mon Sep 17 00:00:00 2001 From: guzeng Date: Tue, 8 Jun 2021 11:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A3=B0=E6=98=8EMsgSend?= 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 7bae0a3..27072f2 100644 --- a/common.go +++ b/common.go @@ -22,6 +22,10 @@ type MsgBody struct { Memo string } +type MsgSend struct { + Id string +} + func rpc_server_conn(url ...string) (*MsgRpcServiceClient, error) { var wx_rpc_url string = "127.0.0.1:" + conf.MSG_RPC_PORT