This commit is contained in:
ziming 2025-05-22 15:06:39 +08:00
parent fa66f4cca7
commit 07c8ffc236
1 changed files with 1 additions and 1 deletions

View File

@ -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())