pull/3146/head
icey-yu 7 months ago
parent bb08da7f76
commit afa713ca88

@ -185,12 +185,11 @@ func (g *Client) postReturn(
output RespI, output RespI,
timeout int, timeout int,
) error { ) error {
log.ZDebug(ctx, "postReturn", "url:", url, "header:", header, "input:", input, "timeout:", timeout)
err := g.httpClient.PostReturn(ctx, url, header, input, output, timeout) err := g.httpClient.PostReturn(ctx, url, header, input, output, timeout)
if err != nil { if err != nil {
return err return err
} }
log.ZDebug(ctx, "postReturn", "output:", output) log.ZDebug(ctx, "postReturn", "url", url, "header", header, "input", input, "timeout", timeout, "output", output)
return output.parseError() return output.parseError()
} }

Loading…
Cancel
Save