chendeben 8 년 전
부모
커밋
ef7a191ad1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      App/Api/Controller/Search.php

+ 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);
     }
 }