|
...
|
...
|
@@ -37,6 +37,7 @@ class BaseLogic extends Logic |
|
|
|
*/
|
|
|
|
public function getParam(){
|
|
|
|
$requestAll = $this->request->all();
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($requestAll, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
foreach ($requestAll as $k => $v){
|
|
|
|
if(is_array($v)){
|
|
|
|
continue;
|
...
|
...
|
|