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