This commit is contained in:
ziming 2025-05-22 15:04:01 +08:00
parent 43b0b0a5fa
commit fa66f4cca7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ func (v *VoucherBiz) bbToWx(ctx context.Context, order *bo.OrderBo, cmbReply *v1
OutRequestNo: order.OrderNo,
AppId: order.AppID,
StockCreatorMhId: order.MerchantNo,
CouponValue: 0,
CouponValue: order.CouponValue,
CouponMinimum: order.MiniMum,
CouponId: order.VoucherNo,
WxRes: string(wxRes),