作者 lyh

gx

@@ -182,7 +182,7 @@ class Demo extends Command @@ -182,7 +182,7 @@ class Demo extends Command
182 "footer_status": 0 182 "footer_status": 0
183 } 183 }
184 ]'; 184 ]';
185 - echo json_encode($str); 185 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export(json_encode($str), true) . PHP_EOL, FILE_APPEND);
186 } 186 }
187 187
188 public function synchronizationFile($path_name){ 188 public function synchronizationFile($path_name){