正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -93,7 +93,6 @@ if(!function_exists('http_get')){ | @@ -93,7 +93,6 @@ if(!function_exists('http_get')){ | ||
| 93 | curl_setopt($ch1, CURLOPT_SSL_VERIFYHOST, false); | 93 | curl_setopt($ch1, CURLOPT_SSL_VERIFYHOST, false); |
| 94 | $access_txt = curl_exec($ch1); | 94 | $access_txt = curl_exec($ch1); |
| 95 | curl_close($ch1); | 95 | curl_close($ch1); |
| 96 | - L::info('info----'.$access_txt); | ||
| 97 | return json_decode($access_txt, true); | 96 | return json_decode($access_txt, true); |
| 98 | } | 97 | } |
| 99 | } | 98 | } |
-
请 注册 或 登录 后发表评论