$test_url = "https://pan.baidu.com/mbox/group/getinfooutauth;
$test = $client->request('get', $test_url, [
'verify' => "./Public/cert.pem",
]);
echo $test->getBody()->getContents();
很奇怪,用GuzzleHttp去访问这个连接 是返回一大串html 用普通的file_get_contents
{
"errno": -6,
"request_id": 7396176162811930000
}
检查一下两个UA是不是不一样