From 95dbc27dcc8adb1630b1bc89c1834bd24f9cd12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Mon, 17 Mar 2025 17:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E6=89=B9=E6=AC=A1=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/service/cmb.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/internal/service/cmb.go b/internal/service/cmb.go index 92341d7..b143000 100644 --- a/internal/service/cmb.go +++ b/internal/service/cmb.go @@ -136,9 +136,6 @@ func (s *VoucherService) CmbQuery(ctx http.Context) error { return ctx.JSON(400, err) } - replyBytes, _ := json.Marshal(reply) - log.Warnf("cmbQuery reply: %v", string(replyBytes)) - return ctx.JSON(200, reply) } @@ -204,9 +201,6 @@ func (s *VoucherService) CmbProductQuery(ctx http.Context) error { return ctx.JSON(400, err) } - replyBytes, _ := json.Marshal(reply) - log.Warnf("CmbProductQuery reply: %v", string(replyBytes)) - return ctx.JSON(200, reply) }