多笔立减
This commit is contained in:
parent
4ed2f9b1bb
commit
685067b25d
|
|
@ -55,6 +55,8 @@ func (this *VoucherBiz) order(ctx context.Context, req *bo.OrderCreateReqBo, pro
|
|||
return nil, err
|
||||
}
|
||||
|
||||
return order, fmt.Errorf("请求微信成功,故意返回失败,当前订单状态待发放")
|
||||
|
||||
if err = this.success(ctx, order, voucherNo); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue