From cae5f8376a764bcebbc63535261c3cfefefa51a0 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 7 Jun 2022 20:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/comp_gateroute.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/comp_gateroute.go b/services/comp_gateroute.go index 6fa17f3fc..734aefc50 100644 --- a/services/comp_gateroute.go +++ b/services/comp_gateroute.go @@ -84,7 +84,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 = pb.ErrorCode_ReqParameterError - reply.Msg = pb.GetErrorCodeMsg(pb.ErrorCode_ReqParameterError) + // reply.Msg = pb.GetErrorCodeMsg(pb.ErrorCode_ReqParameterError) } return nil }