正在显示
2 个修改的文件
包含
6 行增加
和
5 行删除
@@ -146,7 +146,7 @@ class Common extends Api | @@ -146,7 +146,7 @@ class Common extends Api | ||
146 | public function ceshi() | 146 | public function ceshi() |
147 | { | 147 | { |
148 | 148 | ||
149 | - $tree = $this->recurDir('../public/doc'); | 149 | + $tree = $this->recurDir('../public/doc/雅阁/2014年东风雪铁龙C4L'); |
150 | // $tree = $this->recurDir('/home/wwwroot/fast/learncar/public/doc/12345678'); | 150 | // $tree = $this->recurDir('/home/wwwroot/fast/learncar/public/doc/12345678'); |
151 | // $this->success('成功', array_values($tree)); | 151 | // $this->success('成功', array_values($tree)); |
152 | print_r($tree); | 152 | print_r($tree); |
@@ -188,10 +188,11 @@ class Common extends Api | @@ -188,10 +188,11 @@ class Common extends Api | ||
188 | return $result; | 188 | return $result; |
189 | } | 189 | } |
190 | 190 | ||
191 | - public function CreateFile(){ | 191 | + public function CreateFile() |
192 | + { | ||
192 | $dir = '../public/ceshi'; | 193 | $dir = '../public/ceshi'; |
193 | - if (!file_exists($dir)){ | ||
194 | - mkdir ($dir,0777,true); | 194 | + if (!file_exists($dir)) { |
195 | + mkdir($dir, 0777, true); | ||
195 | echo '创建文件夹log成功'; | 196 | echo '创建文件夹log成功'; |
196 | } else { | 197 | } else { |
197 | echo '需创建的文件夹log已经存在'; | 198 | echo '需创建的文件夹log已经存在'; |
-
请 注册 或 登录 后发表评论