xielin 5 年 前
コミット
c26062a909
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  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 [];
     }
 }