From c79125e4b9afe33b7ce1ab73595aa18d5955ffd8 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 16 Aug 2023 17:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=97=A5=E5=BF=97=E8=A1=A5?= =?UTF-8?q?=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/shopcenter/api_receive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shopcenter/api_receive.go b/modules/shopcenter/api_receive.go index 7c4d75695..62e7d77ba 100644 --- a/modules/shopcenter/api_receive.go +++ b/modules/shopcenter/api_receive.go @@ -138,7 +138,7 @@ func (this *apiComp) Receive(session comm.IUserSession, req *pb.ShopCenterReceiv errdata = &pb.ErrorData{ Code: pb.ErrorCode_ReqParameterError, Title: pb.ErrorCode_ReqParameterError.ToString(), - Message: "days no achieve", + Message: fmt.Sprintf("days:%d no achieve", days), } return }