作者 lyh

gx

@@ -48,7 +48,7 @@ class FileManageController extends BaseController @@ -48,7 +48,7 @@ class FileManageController extends BaseController
48 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($lists, true) . PHP_EOL, FILE_APPEND); 48 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($lists, true) . PHP_EOL, FILE_APPEND);
49 if(!empty($lists) && !empty($lists)){ 49 if(!empty($lists) && !empty($lists)){
50 foreach ($lists['list'] as $k => $v){ 50 foreach ($lists['list'] as $k => $v){
51 - $v['download_url'] = url('b/file_manager_downLoad?hash='.$v['path']); 51 + $v['download_url'] = url('b/file_manager_downLoad?path='.$v['path']);
52 $lists[$k] = $v; 52 $lists[$k] = $v;
53 } 53 }
54 } 54 }