|
@@ -434,7 +434,7 @@ $j = json_decode($j, true);
|
|
|
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
|
|
|
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
|
|
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
|
|
- curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);//等待时间 10秒
|
|
|
+ curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);//等待时间 10秒
|
|
|
$res = curl_exec($ch);
|
|
|
curl_close($ch);
|
|
|
$res = json_decode($res,true);
|