req 副本

This commit is contained in:
ziming 2025-06-17 09:27:38 +08:00
parent e5e73e70b5
commit 17f3a0216f
1 changed files with 2 additions and 2 deletions

View File

@ -220,11 +220,11 @@ func (v *VoucherBiz) request(ctx context.Context, order *bo.OrderBo, orderNotify
return fmt.Errorf("request is nil,orderNo:%s,outBizNo:%s,stockId:%s,err:%s", order.OrderNo, order.OutBizNo, order.BatchNo)
}
*notifyNum += 1
if _, err = v.CmbMixRepo.Request(ctx, request, order.NotifyUrl); err != nil {
return fmt.Errorf("orderNo:%s,outBizNo:%s,stockId:%s,err:%s", order.OrderNo, order.OutBizNo, order.BatchNo, err.Error())
}
*notifyNum += 1
return nil
}