From 77313da81b2e6df21f7c78803b16f4ea2b228614 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 1 Jun 2022 16:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=BA=8F=E5=88=97=E5=8C=96?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/comp_gateroute.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/comp_gateroute.go b/services/comp_gateroute.go index f665837e1..e4b2bef9e 100644 --- a/services/comp_gateroute.go +++ b/services/comp_gateroute.go @@ -80,6 +80,7 @@ func (this *SComp_GateRouteComp) ReceiveMsg(ctx context.Context, args *pb.AgentM msghandle.fn.Func.Call([]reflect.Value{msghandle.rcvr, reflect.ValueOf(ctx), reflect.ValueOf(session), reflect.ValueOf(msg)}) } else { reply.Code = int32(core.ErrorCode_ReqParameterError) + reply.Msg = core.GetErrorCodeMsg(core.ErrorCode_ReqParameterError) } return nil }