|
|
|
@@ -518,7 +518,7 @@ func (c *Client) BindDataSet(req BindReq, token string) (*BindResp, error) { |
|
|
|
} |
|
|
|
|
|
|
|
all, err := io.ReadAll(resp.Body) |
|
|
|
logger.Errorf("BindDataSet error: %s", string(all)) |
|
|
|
logger.Errorf("BindDataSet error: %s, url: %s", string(all), targetUrl) |
|
|
|
|
|
|
|
return nil, fmt.Errorf("unknow response content type: %s", contType) |
|
|
|
} |
|
|
|
|