正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论