feat:邮储支付退款fix

This commit is contained in:
wolter 2026-08-21 18:36:49 +08:00
parent e7ad10f53b
commit 7a118ee19e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func (c *Client) Refund(req RefundRequest) (*RefundResponse, error) {
}
responseData, err := c.DecryptResponse(string(body), false)
utils.Log(nil, "邮储退款解密响应", responseData)
utils.Log(nil, "邮储退款解密响应", responseData, "请求参数", requestBody)
if err != nil {
return nil, fmt.Errorf("解密响应失败: %v原始响应: %s", err, string(body))
}