作者 lyh

gx

@@ -100,6 +100,8 @@ if (!function_exists('http_get')) { @@ -100,6 +100,8 @@ if (!function_exists('http_get')) {
100 curl_setopt($ch1, CURLOPT_SSL_VERIFYPEER, false); 100 curl_setopt($ch1, CURLOPT_SSL_VERIFYPEER, false);
101 curl_setopt($ch1, CURLOPT_SSL_VERIFYHOST, false); 101 curl_setopt($ch1, CURLOPT_SSL_VERIFYHOST, false);
102 $access_txt = curl_exec($ch1); 102 $access_txt = curl_exec($ch1);
  103 + var_dump($access_txt);
  104 + die();
103 curl_close($ch1); 105 curl_close($ch1);
104 return json_decode($access_txt, true); 106 return json_decode($access_txt, true);
105 } 107 }