feat:邮储支付退款fix
This commit is contained in:
parent
e7ad10f53b
commit
7a118ee19e
|
|
@ -61,7 +61,7 @@ func (c *Client) Refund(req RefundRequest) (*RefundResponse, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
responseData, err := c.DecryptResponse(string(body), false)
|
responseData, err := c.DecryptResponse(string(body), false)
|
||||||
utils.Log(nil, "邮储退款解密响应", responseData)
|
utils.Log(nil, "邮储退款解密响应", responseData, "请求参数", requestBody)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("解密响应失败: %v,原始响应: %s", err, string(body))
|
return nil, fmt.Errorf("解密响应失败: %v,原始响应: %s", err, string(body))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue