rabin hai 4 meses
pai
achega
92c4713af9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Relation.php

+ 1 - 1
lib/Relation.php

@@ -96,7 +96,7 @@ class Relation
     }
 
     # 获取某个用户的下级数据
-    public function getChild($uid, $level = false, $page = true)
+    public function getChild($uid, $level = 1, $page = 10)
     {
         $where['uid'] = $uid;
         if ($level) {