xielin 5 anos atrás
pai
commit
c26062a909
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      app/Helper/helper.php

+ 1 - 0
app/Helper/helper.php

@@ -58,6 +58,7 @@ function http($url, $param, $isCheck = true, $method = 'post')
         }
 
     } catch (\Exception $exception) {
+        \Illuminate\Support\Facades\Log::debug('http-exception:'.$exception->getMessage());
         return [];
     }
 }