From 75de76d1c23a9e3c7ee7fbe8976dbd499ceb378a Mon Sep 17 00:00:00 2001 From: ziming Date: Wed, 27 Aug 2025 16:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E7=AC=94=E7=AB=8B=E5=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/biz/order.go b/internal/biz/order.go index 1efa200..4ef70cc 100644 --- a/internal/biz/order.go +++ b/internal/biz/order.go @@ -58,7 +58,7 @@ func (this *VoucherBiz) order(ctx context.Context, req *bo.OrderCreateReqBo, pro if err = this.success(ctx, order, voucherNo); err != nil { return nil, err } - return order, fmt.Errorf("请求微信成功,故意返回失败,当前订单状态成功") + return order, nil }