当服务器返回4xx和5xx状态代码时,我想处理Guzzle的错误。 我提出这样的请求: $client = $this->getGuzzleClient(); $request = $client->post($url, $ ...
確定! 回上一頁