From 62aa62f83ff2bf78d6819d01ab94eeea4a4b7020 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 22 Sep 2023 09:42:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4=E7=BD=91=E5=85=B3?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=B4=A9=E6=BA=83=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/gateway/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gateway/agent.go b/modules/gateway/agent.go index 9e74ce78f..c1dd4a3a5 100644 --- a/modules/gateway/agent.go +++ b/modules/gateway/agent.go @@ -137,7 +137,7 @@ locp: ReqSubType: msg.SubType, Arg: msg.Data, Code: pb.ErrorCode_ReqParameterError, - Err: &pb.ErrorData{Code: pb.ErrorCode_ReqParameterError, Title: "Repeat login!", Datastring: err.Error()}, + Err: &pb.ErrorData{Code: pb.ErrorCode_ReqParameterError, Title: "Repeat login!"}, }) err = this.WriteMsg(&pb.UserMessage{ MsgId: msg.MsgId,