This commit is contained in:
parent
43b0b0a5fa
commit
fa66f4cca7
|
|
@ -42,7 +42,7 @@ func (v *VoucherBiz) bbToWx(ctx context.Context, order *bo.OrderBo, cmbReply *v1
|
||||||
OutRequestNo: order.OrderNo,
|
OutRequestNo: order.OrderNo,
|
||||||
AppId: order.AppID,
|
AppId: order.AppID,
|
||||||
StockCreatorMhId: order.MerchantNo,
|
StockCreatorMhId: order.MerchantNo,
|
||||||
CouponValue: 0,
|
CouponValue: order.CouponValue,
|
||||||
CouponMinimum: order.MiniMum,
|
CouponMinimum: order.MiniMum,
|
||||||
CouponId: order.VoucherNo,
|
CouponId: order.VoucherNo,
|
||||||
WxRes: string(wxRes),
|
WxRes: string(wxRes),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue