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 }