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{
|
||||
TransactionId: order.OutBizNo,
|
||||
StockId: order.BatchNo,
|
||||
OutRequestNo: order.OrderNo,
|
||||
AppId: order.AppID,
|
||||
|
|
@ -47,7 +48,6 @@ func (v *VoucherBiz) bbToWx(ctx context.Context, order *bo.OrderBo, cmbReply *v1
|
|||
CouponId: order.VoucherNo,
|
||||
WxRes: string(wxRes),
|
||||
CmbRes: string(b),
|
||||
TransactionId: order.OutBizNo,
|
||||
}
|
||||
|
||||
return v.KxMixRepo.Request(ctx, req.GetNotice())
|
||||
|
|
|
|||
Loading…
Reference in New Issue