...
|
...
|
@@ -102,6 +102,14 @@ class TeamController extends AdminBaseController |
|
|
}
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 申请通过
|
|
|
* @throws \think\Exception
|
|
|
* @throws \think\db\exception\DataNotFoundException
|
|
|
* @throws \think\db\exception\ModelNotFoundException
|
|
|
* @throws \think\exception\DbException
|
|
|
* @throws \think\exception\PDOException
|
|
|
*/
|
|
|
public function apply_pass(){
|
|
|
$teamId=$this->getAdminTeamId();
|
|
|
$data=input();
|
...
|
...
|
|