add log
This commit is contained in:
parent
aa0794287a
commit
81ee19a92f
|
@ -331,7 +331,7 @@ func (c *WxpayClient) RefundOne(ctx context.Context, param *RefundOneParam) (res
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
resp, err = c.clientV3.V3Refund(ctx, bm)
|
resp, err = c.clientV3.V3Refund(ctx, bm)
|
||||||
logger.Info("RefundOne bm: %v, resp: %v", util.ToJson(bm), util.ToJson(resp))
|
logger.Info("RefundOne bm: %v, resp: %v, code: %v, err: %v", util.ToJson(bm), util.ToJson(resp), resp.Code, resp.Error)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue