request.WithTimeout log
This commit is contained in:
parent
2fa0d7f62e
commit
664dfa5159
|
|
@ -151,7 +151,7 @@ func (v *VoucherBiz) cmbNotice(ctx context.Context, order *bo.OrderBo, orderNoti
|
||||||
|
|
||||||
reply, err := v.CmbMixRepo.Request(ctx, request, order.NotifyUrl)
|
reply, err := v.CmbMixRepo.Request(ctx, request, order.NotifyUrl)
|
||||||
if err != nil {
|
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() {
|
if reply.RespCode != vo.CmbResponseStatusSuccess.GetValue() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue