request.WithTimeout log

This commit is contained in:
ziming 2025-05-12 09:18:35 +08:00
parent 2fa0d7f62e
commit 664dfa5159
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() {