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) {
     } catch (\Exception $exception) {
+        \Illuminate\Support\Facades\Log::debug('http-exception:'.$exception->getMessage());
         return [];
         return [];
     }
     }
 }
 }