Browse Source

一些功能

Kirin 4 years ago
parent
commit
9b52407da4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/PublicController.php

+ 1 - 1
app/api/controller/PublicController.php

@@ -57,7 +57,7 @@ class PublicController
             if (count($child)) $ress = array_merge($ress, ['children' => $child]);
             if (count($child)) $ress = array_merge($ress, ['children' => $child]);
             $res[] = $ress;
             $res[] = $ress;
         }
         }
-        print_r($res);
+        var_dump($res);
     }
     }
 
 
     /**
     /**