|
...
|
...
|
@@ -45,8 +45,9 @@ class FileManageController extends BaseController |
|
|
|
$lists = $fileManage->lists($this->map, $this->page, $this->row);
|
|
|
|
if(!empty($lists)){
|
|
|
|
foreach ($lists as $k => $v){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($v, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$v = (array)$v;
|
|
|
|
$v['download_url'] = url('b/file_manager_downLoad?hash='.$v['hash']);
|
|
|
|
// $v['download_url'] = url('b/file_manager_downLoad?hash='.$v['hash']);
|
|
|
|
$lists[$k] = $v;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|