SSL certificate problem, verify that the CA cert is OK.
Ta的回复 :参数没有问题。 用: $response = file_get_contents($auth_url); 替换源代码中的: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $auth_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); $response = curl_exec($ch); if(curl_errno($ch)) { print curl_error($ch); } curl_close($ch); 就能解决了