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) {