Merge branch 'pro' into pre

This commit is contained in:
ziming 2025-05-12 09:19:21 +08:00
commit 77e2b82aa9
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ func (v *VoucherBiz) cmbNotice(ctx context.Context, order *bo.OrderBo, orderNoti
reply, err := v.CmbMixRepo.Request(ctx, request, order.NotifyUrl)
if err != nil {
return err
return fmt.Errorf("orderNo:%s,outBizNo:%s,%s", order.OrderNo, order.OutBizNo, err.Error())
}
if reply.RespCode != vo.CmbResponseStatusSuccess.GetValue() {