|
@@ -27,7 +27,7 @@ class Group extends Apic
|
|
|
protected $grouplist = [];
|
|
|
protected $groupdata = [];
|
|
|
//无需要权限判断的方法
|
|
|
- protected $noNeedRight = ['roletree'];
|
|
|
+ protected $noNeedRight = ['info','simple_list'];
|
|
|
|
|
|
|
|
|
public function _initialize()
|
|
@@ -257,6 +257,8 @@ class Group extends Apic
|
|
|
$this->error();
|
|
|
}
|
|
|
|
|
|
+ /////////////////////////////以下没用到///////////////////////////////
|
|
|
+
|
|
|
/**
|
|
|
* 批量更新
|
|
|
* @internal
|