在作业队列中发布到URL时出现Laravel Guzzle错误

时间:2019-11-19 12:46:01

标签: php laravel guzzle6

在我的工作中,我正在用钳子来呼叫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)

0 个答案:

没有答案