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