chendeben 8 жил өмнө
parent
commit
ef7a191ad1

+ 1 - 1
App/Api/Controller/Search.php

@@ -36,6 +36,6 @@ class Search extends Controller
                 $file['file_list']=array(array('path'=>$file['name'],'length'=>$file['length']));
             }
         }
-        echo json_encode($file);
+        echo json_encode($result);
     }
 }