作者 lyh

gx

... ... @@ -49,7 +49,7 @@ class FileManageController extends BaseController
if(!empty($lists) && !empty($lists)){
foreach ($lists['list'] as $k => $v){
$v['download_url'] = url('b/file_manager_downLoad?path='.$v['path']);
$lists[$k] = $v;
$lists['list'][$k] = $v;
}
}
$this->response('success',Code::SUCCESS,$lists);
... ...