在我的工作中,我正在用钳子来呼叫api abc.com/test 有时,在应用程序中有很多工作时。工作失败 cURL错误6:无法解析主机:路由器;未知错误(请参见http://curl.haxx.se/libcurl/c/libcurl-errors.html) 所有使用枪口的端点都更改为“路由器”。
$config = [
'verify' => false,
'timeout' => 30,
'headers' => ['Content-Type' => 'application/json'],
];
$this->httpClient = new Client($config);
$response = $this->httpClient->request("POST",'abc.com/updateProduct', $data)