活动批次查询确认

This commit is contained in:
李子铭 2025-03-17 17:49:24 +08:00
parent 572f8db83b
commit 95dbc27dcc
1 changed files with 0 additions and 6 deletions

View File

@ -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)
}