正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -92,6 +92,7 @@ if(!function_exists('http_get')){ | @@ -92,6 +92,7 @@ if(!function_exists('http_get')){ | ||
| 92 | curl_setopt($ch1, CURLOPT_SSL_VERIFYPEER, false); | 92 | curl_setopt($ch1, CURLOPT_SSL_VERIFYPEER, false); |
| 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 | + \Illuminate\Support\Facades\Log::info($access_txt); | ||
| 95 | curl_close($ch1); | 96 | curl_close($ch1); |
| 96 | return json_decode($access_txt, true); | 97 | return json_decode($access_txt, true); |
| 97 | } | 98 | } |
-
请 注册 或 登录 后发表评论