正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -72,7 +72,6 @@ class RapIdApIService | @@ -72,7 +72,6 @@ class RapIdApIService | ||
| 72 | if ($err) { | 72 | if ($err) { |
| 73 | return false; | 73 | return false; |
| 74 | } else { | 74 | } else { |
| 75 | - @file_put_contents(storage_path('logs/lyh_error.log'), var_export($response, true) . PHP_EOL, FILE_APPEND); | ||
| 76 | return json_decode($response,true); | 75 | return json_decode($response,true); |
| 77 | } | 76 | } |
| 78 | } | 77 | } |
-
请 注册 或 登录 后发表评论