This commit is contained in:
parent
fa66f4cca7
commit
07c8ffc236
|
|
@ -38,6 +38,7 @@ func (v *VoucherBiz) bbToWx(ctx context.Context, order *bo.OrderBo, cmbReply *v1
|
||||||
}
|
}
|
||||||
|
|
||||||
req := &kog.BBToWechatRequest{
|
req := &kog.BBToWechatRequest{
|
||||||
|
TransactionId: order.OutBizNo,
|
||||||
StockId: order.BatchNo,
|
StockId: order.BatchNo,
|
||||||
OutRequestNo: order.OrderNo,
|
OutRequestNo: order.OrderNo,
|
||||||
AppId: order.AppID,
|
AppId: order.AppID,
|
||||||
|
|
@ -47,7 +48,6 @@ func (v *VoucherBiz) bbToWx(ctx context.Context, order *bo.OrderBo, cmbReply *v1
|
||||||
CouponId: order.VoucherNo,
|
CouponId: order.VoucherNo,
|
||||||
WxRes: string(wxRes),
|
WxRes: string(wxRes),
|
||||||
CmbRes: string(b),
|
CmbRes: string(b),
|
||||||
TransactionId: order.OutBizNo,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return v.KxMixRepo.Request(ctx, req.GetNotice())
|
return v.KxMixRepo.Request(ctx, req.GetNotice())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue