rabin 4 月之前
父節點
當前提交
92c4713af9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {