diff --git a/internal/service/cmb.go b/internal/service/cmb.go index 8517938..9803ccd 100644 --- a/internal/service/cmb.go +++ b/internal/service/cmb.go @@ -119,6 +119,8 @@ func (s *VoucherService) CmbQuery(ctx http.Context) error { return ctx.JSON(400, err) } + log.Warnf("CmbQuery CmbMixRepo GetResponse: %v", reply) + return ctx.JSON(200, reply) } @@ -180,6 +182,8 @@ func (s *VoucherService) CmbProductQuery(ctx http.Context) error { return ctx.JSON(400, err) } + log.Warnf("cmbProductQuery CmbMixRepo GetResponse: %v", reply) + return ctx.JSON(200, reply) }