This commit is contained in:
lwl0608 2024-07-31 14:33:59 +08:00
parent aa0794287a
commit 81ee19a92f
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ func (c *WxpayClient) RefundOne(ctx context.Context, param *RefundOneParam) (res
},
}
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 {
return
}