正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -42,6 +42,7 @@ class OaGlobalsoApi | @@ -42,6 +42,7 @@ class OaGlobalsoApi | ||
| 42 | ]; | 42 | ]; |
| 43 | try { | 43 | try { |
| 44 | $res = HttpUtils::get($api_url, $params); | 44 | $res = HttpUtils::get($api_url, $params); |
| 45 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export(12344444444444444444444, true) . PHP_EOL, FILE_APPEND); | ||
| 45 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND); | 46 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND); |
| 46 | $res = Arr::s2a($res); | 47 | $res = Arr::s2a($res); |
| 47 | } catch (\Exception | GuzzleException $e) { | 48 | } catch (\Exception | GuzzleException $e) { |
-
请 注册 或 登录 后发表评论