偶發(fā)性出現(xiàn) cURL error 7: Failed to connect to www.xxx.com port 443: Connection refused
對(duì)方說(shuō) 請(qǐng)求未到達(dá)網(wǎng)關(guān) 無(wú)法排查
有人遇到過(guò)這問(wèn)題嗎?
$client = new Client([
'base_uri' => $domain,
'timeout' => $timeout,
]);
try {
return $client->request($method, $url, $params)->getBody()->getContents();
} catch (GuzzleException $e) {
throw new Exception("HttpService接口調(diào)用失敗 ".$e->getMessage());
}
php 8.0.26
webman 1.5.13
guzzle 7.8